fix:部分原有功能的属性补充

This commit is contained in:
chenpingsen
2024-08-29 16:04:10 +08:00
parent 5803e3cdd9
commit ffd7be94f6
5 changed files with 5 additions and 2 deletions

View File

@@ -30,6 +30,7 @@
v-model:pageSize="pagination.pageSize"
show-size-changer
:total="pagination.total"
show-less-items
@change="getTable(true)" />
<div style="width: 100%; height: 40px"></div>

View File

@@ -30,6 +30,7 @@
v-model:pageSize="pagination.pageSize"
show-size-changer
:total="pagination.total"
show-less-items
@change="getTable(true)" />
<div style="width: 100%; height: 40px"></div>

View File

@@ -85,9 +85,9 @@
:class="{ btn: true, selected: button.selected }"
class="zmhlbtn"
@click="changeLine(button)">
<div v-if="button.lockStatus" class="btn-back">
<!-- <div v-if="button.lockStatus" class="btn-back">
<stop-outlined />
</div>
</div> -->
{{ button.name }}
</button>
<div style="margin-top: 10px">

View File

@@ -30,6 +30,7 @@
v-model:pageSize="pagination.pageSize"
show-size-changer
:total="pagination.total"
show-less-items
@change="getTable(true)" />
<div style="width: 100%; height: 40px"></div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB