@ui-ddy-process/design 1.5.6 → 1.5.8
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.
- package/lib/locale/lang/zh.js +3 -2
- package/lib/nf-design-elp.js +3 -3
- package/package.json +1 -1
package/lib/locale/lang/zh.js
CHANGED
|
@@ -126,7 +126,8 @@ export default {
|
|
|
126
126
|
avatar: '头像',
|
|
127
127
|
name: '姓名',
|
|
128
128
|
dept: '部门',
|
|
129
|
-
post: '职位'
|
|
129
|
+
post: '职位',
|
|
130
|
+
phone: '手机号',
|
|
130
131
|
},
|
|
131
132
|
message: '请至少选择一项',
|
|
132
133
|
dept: {
|
|
@@ -197,7 +198,7 @@ export default {
|
|
|
197
198
|
quick: '快捷配置',
|
|
198
199
|
quickTip: '快捷配置以下选项,无实际作用',
|
|
199
200
|
},
|
|
200
|
-
|
|
201
|
+
extendedProperty: {
|
|
201
202
|
taskTitle: '扩展属性',
|
|
202
203
|
executionTitle: '执行扩展属性',
|
|
203
204
|
add: '添加',
|