diff --git a/src/views/emis/emisSettlePayRecord/index.vue b/src/views/emis/emisSettlePayRecord/index.vue index b9e204b2..a8f19386 100644 --- a/src/views/emis/emisSettlePayRecord/index.vue +++ b/src/views/emis/emisSettlePayRecord/index.vue @@ -97,6 +97,8 @@ @selection-change="handleSelectionChange" @sort-change="handleSortChange" + :showStatInfo="true" + @row-dblclick="handleShowBillList" show-summary diff --git a/src/views/emis/emisSettleSubBill/SubBillConfirmByMoneyList.vue b/src/views/emis/emisSettleSubBill/SubBillConfirmByMoneyList.vue index 5108b9c3..727acacd 100644 --- a/src/views/emis/emisSettleSubBill/SubBillConfirmByMoneyList.vue +++ b/src/views/emis/emisSettleSubBill/SubBillConfirmByMoneyList.vue @@ -166,6 +166,8 @@ :row-style="tableRowClassName" + :showStatInfo="true" + highlight-current-row show-summary :summary-method="getSummaries" > diff --git a/src/views/emis/emisSettleSubBill/SubBillConfirmByMonthList.vue b/src/views/emis/emisSettleSubBill/SubBillConfirmByMonthList.vue index 7fb398c9..c74684d8 100644 --- a/src/views/emis/emisSettleSubBill/SubBillConfirmByMonthList.vue +++ b/src/views/emis/emisSettleSubBill/SubBillConfirmByMonthList.vue @@ -191,6 +191,8 @@ :row-style="tableRowClassName" + :showStatInfo="true" + highlight-current-row show-summary :summary-method="getSummaries" diff --git a/src/views/emis/emisSettleSubBill/SubBillConfirmBySiteList.vue b/src/views/emis/emisSettleSubBill/SubBillConfirmBySiteList.vue index ff54b165..e7d14120 100644 --- a/src/views/emis/emisSettleSubBill/SubBillConfirmBySiteList.vue +++ b/src/views/emis/emisSettleSubBill/SubBillConfirmBySiteList.vue @@ -179,6 +179,8 @@ @sort-change="handleSortChange" + :showStatInfo="true" + :row-style="tableRowClassName" highlight-current-row show-summary diff --git a/src/views/emis/emisSettleSubBill/subBillMergeMgnt.vue b/src/views/emis/emisSettleSubBill/subBillMergeMgnt.vue index 296e98fa..75bbaa6c 100644 --- a/src/views/emis/emisSettleSubBill/subBillMergeMgnt.vue +++ b/src/views/emis/emisSettleSubBill/subBillMergeMgnt.vue @@ -136,6 +136,8 @@ highlight-current-row + :showStatInfo="true" + show-summary :summary-method="getSummaries" > diff --git a/src/views/emis/emisWaybill/CreditSendWaybillList.vue b/src/views/emis/emisWaybill/CreditSendWaybillList.vue index 99bd7e13..db7e7a47 100644 --- a/src/views/emis/emisWaybill/CreditSendWaybillList.vue +++ b/src/views/emis/emisWaybill/CreditSendWaybillList.vue @@ -12,6 +12,8 @@ storageName="CreditSendWaybillList_main_240702" + :showStatInfo="true" + v-loading="loading" border size="mini" diff --git a/src/views/emis/emisWaybill/centerWaybillList.vue b/src/views/emis/emisWaybill/centerWaybillList.vue index 9089ab3e..a8a83eeb 100644 --- a/src/views/emis/emisWaybill/centerWaybillList.vue +++ b/src/views/emis/emisWaybill/centerWaybillList.vue @@ -318,6 +318,8 @@ ref="refTable" :row-key="rowKey" + :showStatInfo="true" + :row-class-name="tableRowClassName" v-loading="loading" border diff --git a/src/views/emis/emisWaybill/sendWaybillListNew.vue b/src/views/emis/emisWaybill/sendWaybillListNew.vue index bfc3a5db..9ed1e310 100644 --- a/src/views/emis/emisWaybill/sendWaybillListNew.vue +++ b/src/views/emis/emisWaybill/sendWaybillListNew.vue @@ -282,6 +282,8 @@ :row-key="rowKey" + :showStatInfo="true" + ref="refTable" storageName="sendWaybillListNew_main_240702" v-loading="loading"