Browse Source

日执行页面key报错

Shan9312 1 year ago
parent
commit
8020bbaef1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/formulationPlan/dailyExecutionPlan/index.vue

+ 2 - 2
src/views/formulationPlan/dailyExecutionPlan/index.vue

@@ -69,7 +69,7 @@
           fit
           highlight-current-row
           style="width: 98%;"
-          row-key="sort"
+          row-key="id"
           :row-style="rowStyle1"
           :cell-style="cellStyle"
           class="elTable table-fixed"
@@ -834,7 +834,7 @@
             fit
             highlight-current-row
             style="width: 98%;"
-            row-key="sort"
+            row-key="id"
             :row-style="rowStyle"
             :cell-style="cellStyle"
             class="elTable table-fixed"