htui-yllkbz 1.3.69 → 1.3.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "htui-yllkbz",
3
- "version": "1.3.69",
3
+ "version": "1.3.70",
4
4
  "port": "8082",
5
5
  "typings": "types/index.d.ts",
6
6
  "main": "lib/htui.common.js",
@@ -136,7 +136,7 @@
136
136
  v-model="state.selectVal['departmentUser']"
137
137
  :show-all-levels="state.configJson['departmentUser'].showAllLevels"
138
138
  :props="{
139
- label: 'name',
139
+ label: 'label',
140
140
  value: 'id',
141
141
  children: 'childrenList',
142
142
  expandTrigger: 'click',
@@ -194,7 +194,7 @@
194
194
  :placeholder="placeholder || `请选择部门下人员`"
195
195
  v-model="state.selectVal['departmentUser']"
196
196
  :props="{
197
- label: 'name',
197
+ label: 'label',
198
198
  value: 'id',
199
199
  children: 'childrenList',
200
200
  expandTrigger: 'click',