Explorar o código

场景管理fix

zhudie %!s(int64=2) %!d(string=hai) anos
pai
achega
e6f4f163a5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/system-config/scene-manage/SceneManage.vue

+ 1 - 1
src/views/system-config/scene-manage/SceneManage.vue

@@ -4,7 +4,7 @@
       <BasicTable
         :columns="colomns"
         :data-source="showTableData"
-        :row-key="(row) => row.name"
+        :row-key="(row) => row.code"
         :action-column="actionColumn"
         :expend-row="expendRowKeys"
         :pagination="{ total: total, pageSize: size, hideOnSinglePage: false }"