|
@@ -47,19 +47,19 @@
|
|
|
<!--试验项目-->
|
|
|
<a-col :lg="16" :md="24" :sm="24" :xl="12" :xs="24">
|
|
|
<a-form-item :label="$t('plan.dvp.test-project')" required>
|
|
|
- <a-input v-model.trim="editParam.testProject" :maxLength='128' allowClear :placeholder="$t('global-btn.please-enter') + $t('plan.dvp.test-project')"/>
|
|
|
+ <a-input v-model.trim="editParam.testProject" :maxLength='100' allowClear :placeholder="$t('global-btn.please-enter') + $t('plan.dvp.test-project')"/>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<!--开发目标要求-->
|
|
|
<a-col :lg="16" :md="24" :sm="24" :xl="12" :xs="24">
|
|
|
<a-form-item :label="$t('base.info.development-objective-requirements')" required>
|
|
|
- <a-input v-model.trim="editParam.targetRequire" :maxLength='500' allowClear :placeholder="$t('global-btn.please-enter') + $t('base.info.development-objective-requirements')"/>
|
|
|
+ <a-input v-model.trim="editParam.targetRequire" :maxLength='100' allowClear :placeholder="$t('global-btn.please-enter') + $t('base.info.development-objective-requirements')"/>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<!--试验标准-->
|
|
|
<a-col :lg="16" :md="24" :sm="24" :xl="12" :xs="24" >
|
|
|
<a-form-item :label="$t('base.info.Test-standards')" required>
|
|
|
- <a-input v-model.trim="editParam.testStandard" :maxLength='50' allowClear :placeholder="$t('global-btn.please-enter') + $t('base.info.Test-standards')"/>
|
|
|
+ <a-input v-model.trim="editParam.testStandard" :maxLength='500' allowClear :placeholder="$t('global-btn.please-enter') + $t('base.info.Test-standards')"/>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<!--等效/非等效-->
|