Преглед на файлове

机构树默认使用shortname

jiawuxian преди 2 години
родител
ревизия
bf6872e45c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/components/k-orgTree/index.vue

+ 1 - 1
src/components/k-orgTree/index.vue

@@ -48,7 +48,7 @@ export default {
       //自定义取值
       defaultProps: {
         children: "children",
-        label: "name"
+        label: "shortname"
       },
       checkSub:true,
       defaultKey:null,