xiaodai2022 2 lat temu
rodzic
commit
6daa597f39
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      src/views/system/setBtn/index.vue

+ 2 - 0
src/views/system/setBtn/index.vue

@@ -13,6 +13,8 @@
         <el-tree
           :data="menuTableData"
           accordion
+          node-key="id"
+          highlight-current="true"
           :props="defaultProps"
           :current-node-key="keyId"
           @node-click="handleNodeClick"