|
@@ -45,13 +45,13 @@
|
|
|
<!--试验项目-->
|
|
|
<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='100' allowClear :placeholder="$t('global-btn.please-enter') + $t('plan.dvp.test-project')"/>
|
|
|
+ <a-input v-model.trim="editParam.testProject" :maxLength='500' 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='100' allowClear :placeholder="$t('global-btn.please-enter') + $t('base.info.development-objective-requirements')"/>
|
|
|
+ <a-input v-model.trim="editParam.targetRequire" :maxLength='500' allowClear :placeholder="$t('global-btn.please-enter') + $t('base.info.development-objective-requirements')"/>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<!--试验标准-->
|