项目初始化
This commit is contained in:
@@ -73,7 +73,6 @@
|
|||||||
componentProps: {
|
componentProps: {
|
||||||
maxlength: 32,
|
maxlength: 32,
|
||||||
},
|
},
|
||||||
required: true,
|
|
||||||
colProps: { md: 24, lg: 24 },
|
colProps: { md: 24, lg: 24 },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -83,6 +82,7 @@
|
|||||||
componentProps: {
|
componentProps: {
|
||||||
maxlength: 18,
|
maxlength: 18,
|
||||||
},
|
},
|
||||||
|
required: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: t('指标单位'),
|
label: t('指标单位'),
|
||||||
@@ -91,6 +91,7 @@
|
|||||||
componentProps: {
|
componentProps: {
|
||||||
maxlength: 32,
|
maxlength: 32,
|
||||||
},
|
},
|
||||||
|
required: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: t('图片路径'),
|
label: t('图片路径'),
|
||||||
|
|||||||
Reference in New Issue
Block a user