lilei 2 лет назад
Родитель
Сommit
009506dcbd
2 измененных файлов с 3 добавлено и 2 удалено
  1. 1 1
      public/version.json
  2. 2 1
      src/views/reportData/customerReport/list.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1682233691838
+  "version": 1682233786271
 }

+ 2 - 1
src/views/reportData/customerReport/list.vue

@@ -77,7 +77,8 @@
           class="sTable"
           ref="table"
           size="small"
-          :rowKey="(record) => record.salesTargetSn"
+          :rowKey="(record) => record.no"
+          rowKeyName="no"
           :columns="columns"
           :data="loadData"
           :defaultLoadData="false"