Browse Source

fix:1211

lupeng 1 month ago
parent
commit
478d40b59a
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/views/pro-operation/report-work/index.vue

+ 4 - 3
src/views/pro-operation/report-work/index.vue

@@ -36,13 +36,14 @@
 
             <el-row>
               <el-col :span="24">
-                <el-input v-model="operateCondition" placeholder="请输入实时工艺条件" style="margin-bottom: 20px" type="textarea" /><el-form-item
+                <el-input v-model="formData.operateCondition" placeholder="请输入实时工艺条件" style="margin-bottom: 20px" type="textarea" /><el-form-item
                   prop="operateCondition"
                   style="margin-bottom: 20px"
                   :rules="[{ required: true, message: '请输入实时工艺条件', trigger: 'blur' }]"
                 >
-                  <el-input v-model="formData.operateCondition" placeholder="请输入实时工艺条件" type="textarea" />
-                </el-form-item>              </el-col>
+
+                </el-form-item>
+              </el-col>
             </el-row>
 
             <el-row v-for="(per, index) in persons" :key="per.userName" :gutter="20" style="width: 100%">