@@ -1,5 +1,5 @@
{
"message": "发现有新版本发布,确定更新系统?",
"vendorJsVersion": "",
- "version": 1675158148557
+ "version": 1675159182251
}
@@ -7,7 +7,7 @@
title="全部单据"
v-model="isShow"
@cancel="isShow=false"
- :width="960">
+ width="70%">
<a-spin :spinning="spinning" tip="Loading...">
<!-- 搜索条件 -->
<div class="table-page-search-wrapper">
@@ -44,7 +44,8 @@
ref="table"
:style="{ height: tableHeight+84.5+'px' }"
size="small"
- :rowKey="(record) => record.id"
+ :rowKey="(record) => record.settleClientSn"
+ rowKeyName="settleClientSn"
:columns="columns"
:data="loadData"
:scroll="{ y: tableHeight }"