@ebuilding/base 2.1.13 → 2.1.15
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/fesm2022/config.form.mjs +7 -3
- package/fesm2022/config.form.mjs.map +1 -1
- package/fesm2022/shared.config.mjs +7 -3
- package/fesm2022/shared.config.mjs.map +1 -1
- package/fesm2022/shared.var.mjs +12 -0
- package/fesm2022/shared.var.mjs.map +1 -1
- package/fesm2022/var.shared.variable.mjs +9 -1
- package/fesm2022/var.shared.variable.mjs.map +1 -1
- package/package.json +155 -155
- package/shared.var/shared.variable/index.d.ts +4 -0
package/fesm2022/config.form.mjs
CHANGED
|
@@ -486,13 +486,17 @@ const Paas_Form = {
|
|
|
486
486
|
value: 'CUSTOM',
|
|
487
487
|
label: '自定义',
|
|
488
488
|
},
|
|
489
|
+
{
|
|
490
|
+
value: 'DATA',
|
|
491
|
+
label: '数据显示',
|
|
492
|
+
},
|
|
489
493
|
{
|
|
490
494
|
value: 'EMP',
|
|
491
|
-
label: '
|
|
495
|
+
label: '人员基础信息',
|
|
492
496
|
},
|
|
493
497
|
{
|
|
494
|
-
value: '
|
|
495
|
-
label: '
|
|
498
|
+
value: 'EMP_DATA',
|
|
499
|
+
label: '人员自定义信息',
|
|
496
500
|
},
|
|
497
501
|
],
|
|
498
502
|
},
|