This commit is contained in:
yanran200730
2022-02-18 13:43:37 +08:00
parent 2a8c3cd45f
commit fd76ce7ac1
7 changed files with 159 additions and 148 deletions

View File

@@ -15,7 +15,7 @@ export const components = [
defaultValue: '',
icon: 'icontext_box',
mustFill: '1',
maxLength: 20
fieldLength: 20
},
{
type: 'idNumber',
@@ -25,7 +25,7 @@ export const components = [
defaultValue: '',
icon: 'icontext_area',
mustFill: '1',
maxLength: 20,
fieldLength: 20,
disable: '0',
grid: 1,
fieldDataType: '1',
@@ -39,7 +39,7 @@ export const components = [
defaultValue: '',
icon: 'icontext_area',
mustFill: '1',
maxLength: 11,
fieldLength: 11,
disable: '0',
grid: 1,
fieldDataType: '1',
@@ -165,7 +165,7 @@ export const components = [
defaultValue: '',
icon: 'icontext_box',
mustFill: '1',
maxLength: 50
fieldLength: 50
},
{
type: 'number',
@@ -179,7 +179,7 @@ export const components = [
decimalPlaces: 0,
fieldDataType: '0',
minValue: 0,
maxLength: 500,
fieldLength: 50,
disable: '0',
grid: 1,
}