This commit is contained in:
linfso 2025-06-10 10:58:56 +08:00
parent edf157911f
commit f956206a07
8 changed files with 16 additions and 0 deletions

View File

@ -97,6 +97,8 @@
@selection-change="handleSelectionChange"
@sort-change="handleSortChange"
:showStatInfo="true"
@row-dblclick="handleShowBillList"
show-summary

View File

@ -166,6 +166,8 @@
:row-style="tableRowClassName"
:showStatInfo="true"
highlight-current-row
show-summary :summary-method="getSummaries"
>

View File

@ -191,6 +191,8 @@
:row-style="tableRowClassName"
:showStatInfo="true"
highlight-current-row
show-summary :summary-method="getSummaries"

View File

@ -179,6 +179,8 @@
@sort-change="handleSortChange"
:showStatInfo="true"
:row-style="tableRowClassName"
highlight-current-row
show-summary

View File

@ -136,6 +136,8 @@
highlight-current-row
:showStatInfo="true"
show-summary :summary-method="getSummaries"
>

View File

@ -12,6 +12,8 @@
storageName="CreditSendWaybillList_main_240702"
:showStatInfo="true"
v-loading="loading"
border
size="mini"

View File

@ -318,6 +318,8 @@
ref="refTable"
:row-key="rowKey"
:showStatInfo="true"
:row-class-name="tableRowClassName"
v-loading="loading"
border

View File

@ -282,6 +282,8 @@
:row-key="rowKey"
:showStatInfo="true"
ref="refTable"
storageName="sendWaybillListNew_main_240702"
v-loading="loading"