Explorar el Código

场景管理fix

zhudie hace 2 años
padre
commit
e6f4f163a5
Se han modificado 1 ficheros con 1 adiciones y 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 }"