@ebuilding/base 2.4.0 → 2.4.2

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.
@@ -2893,6 +2893,18 @@ function FieldType() {
2893
2893
  label: '引用数据',
2894
2894
  value: 'REF',
2895
2895
  },
2896
+ {
2897
+ label: '图片',
2898
+ value: 'IMG',
2899
+ },
2900
+ {
2901
+ label: '身份证正面照',
2902
+ value: 'CARD_FRONT',
2903
+ },
2904
+ {
2905
+ label: '身份证反面照',
2906
+ value: 'CARD_BACK',
2907
+ },
2896
2908
  // {
2897
2909
  // label: '一对多结构',
2898
2910
  // value: 'ONETOMANY',