md
This commit is contained in:
parent
edf157911f
commit
f956206a07
@ -97,6 +97,8 @@
|
||||
@selection-change="handleSelectionChange"
|
||||
@sort-change="handleSortChange"
|
||||
|
||||
:showStatInfo="true"
|
||||
|
||||
@row-dblclick="handleShowBillList"
|
||||
|
||||
show-summary
|
||||
|
||||
@ -166,6 +166,8 @@
|
||||
|
||||
:row-style="tableRowClassName"
|
||||
|
||||
:showStatInfo="true"
|
||||
|
||||
highlight-current-row
|
||||
show-summary :summary-method="getSummaries"
|
||||
>
|
||||
|
||||
@ -191,6 +191,8 @@
|
||||
|
||||
:row-style="tableRowClassName"
|
||||
|
||||
:showStatInfo="true"
|
||||
|
||||
highlight-current-row
|
||||
|
||||
show-summary :summary-method="getSummaries"
|
||||
|
||||
@ -179,6 +179,8 @@
|
||||
|
||||
@sort-change="handleSortChange"
|
||||
|
||||
:showStatInfo="true"
|
||||
|
||||
:row-style="tableRowClassName"
|
||||
highlight-current-row
|
||||
show-summary
|
||||
|
||||
@ -136,6 +136,8 @@
|
||||
|
||||
highlight-current-row
|
||||
|
||||
:showStatInfo="true"
|
||||
|
||||
show-summary :summary-method="getSummaries"
|
||||
>
|
||||
|
||||
|
||||
@ -12,6 +12,8 @@
|
||||
|
||||
storageName="CreditSendWaybillList_main_240702"
|
||||
|
||||
:showStatInfo="true"
|
||||
|
||||
v-loading="loading"
|
||||
border
|
||||
size="mini"
|
||||
|
||||
@ -318,6 +318,8 @@
|
||||
ref="refTable"
|
||||
:row-key="rowKey"
|
||||
|
||||
:showStatInfo="true"
|
||||
|
||||
:row-class-name="tableRowClassName"
|
||||
v-loading="loading"
|
||||
border
|
||||
|
||||
@ -282,6 +282,8 @@
|
||||
|
||||
:row-key="rowKey"
|
||||
|
||||
:showStatInfo="true"
|
||||
|
||||
ref="refTable"
|
||||
storageName="sendWaybillListNew_main_240702"
|
||||
v-loading="loading"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user