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