浏览代码

日执行页面key报错

Shan9312 1 年之前
父节点
当前提交
8020bbaef1
共有 1 个文件被更改,包括 2 次插入2 次删除
  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"