Переглянути джерело

整车DVP的车辆状态描述字符长度修改

xuhaowei 1 тиждень тому
батько
коміт
2089c2bbef

+ 1 - 1
src/views/fullVehicle/dvpPlan/components/addDvpTest.vue

@@ -34,7 +34,7 @@
           <!--车辆状态描述-->
           <a-col :md="12" :sm="12">
             <a-form-item :required='true' :label="$t('plan.dvp.description-of-the-vehicle-status')">
-              <a-input v-model.trim="formData.vehicleState" :maxLength="128" :placeholder="$t('plan.dvp.please_enter-description-of-the-vehicle-status')"/>
+              <a-input v-model.trim="formData.vehicleState" :maxLength="1000" :placeholder="$t('plan.dvp.please_enter-description-of-the-vehicle-status')"/>
             </a-form-item>
           </a-col>
 				</a-row>