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

View File

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

View File

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB