fix:部分原有功能的属性补充
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
@@ -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>
|
||||||
|
|
||||||
|
@@ -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">
|
||||||
|
@@ -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 |
Reference in New Issue
Block a user