This commit is contained in:
parent
ede163fd63
commit
4c9e139f39
@ -35,6 +35,7 @@
|
|||||||
</a-table>
|
</a-table>
|
||||||
</a-spin>
|
</a-spin>
|
||||||
</div>
|
</div>
|
||||||
|
<a-pagination :disabled="loading" class="text-right" v-model:current="query.page" :total="data.total" show-less-items @change="list"/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script setup>
|
<script setup>
|
||||||
@ -75,6 +76,7 @@ const columns = [
|
|||||||
title: '名称',
|
title: '名称',
|
||||||
dataIndex: 'name',
|
dataIndex: 'name',
|
||||||
key: 'name',
|
key: 'name',
|
||||||
|
width:300,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '货号',
|
title: '货号',
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
</a-table>
|
</a-table>
|
||||||
</a-spin>
|
</a-spin>
|
||||||
</div>
|
</div>
|
||||||
<a-pagination :disabled="loading" class="text-right" v-model:current="query.page" :total="data.total" show-less-items />
|
<a-pagination :disabled="loading" class="text-right" v-model:current="query.page" :total="data.total" show-less-items @change="list"/>
|
||||||
</div>
|
</div>
|
||||||
<a-modal v-model:open="addModal.visible" title="添加推送通知" @ok="handleOk" >
|
<a-modal v-model:open="addModal.visible" title="添加推送通知" @ok="handleOk" >
|
||||||
<a-spin :spinning="addModal.loading" :indicator="indicator">
|
<a-spin :spinning="addModal.loading" :indicator="indicator">
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
</a-table>
|
</a-table>
|
||||||
</a-spin>
|
</a-spin>
|
||||||
</div>
|
</div>
|
||||||
<a-pagination :disabled="loading" class="text-right" v-model:current="query.page" :total="data.total" show-less-items />
|
<a-pagination :disabled="loading" class="text-right" v-model:current="query.page" :total="data.total" show-less-items @change="list" />
|
||||||
</div>
|
</div>
|
||||||
<a-modal v-model:open="addModal.visible" title="添加监听任务" @ok="handleOk" >
|
<a-modal v-model:open="addModal.visible" title="添加监听任务" @ok="handleOk" >
|
||||||
<a-spin :spinning="addModal.loading" :indicator="indicator">
|
<a-spin :spinning="addModal.loading" :indicator="indicator">
|
||||||
|
Loading…
Reference in New Issue
Block a user