@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.
@@ -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: 'DATA',
495
- label: '数据显示',
498
+ value: 'EMP_DATA',
499
+ label: '人员自定义信息',
496
500
  },
497
501
  ],
498
502
  },