项目初始化

This commit is contained in:
2026-03-24 09:52:20 +08:00
parent 76d1c6093a
commit ffeda278fa

View File

@@ -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('图片路径'),