dedsudiyu 4 months ago
parent
commit
9f9a7b1cbf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/safetyCheck/components/snapshotInfo.vue

+ 1 - 1
src/views/safetyCheck/components/snapshotInfo.vue

@@ -130,7 +130,7 @@
         </p>
         <div v-if="itemShowType_3" class="show-box">
           <el-form-item label="隐患描述" prop="hazardDescribe">
-            <el-input placeholder="请输入隐患描述" maxLength='200' type="textarea" style="width:704px;"
+            <el-input placeholder="请输入隐患描述" maxLength='500' type="textarea" style="width:704px;"
                       :disabled="lookInfoType||propsData.rectify"
                       resize="none" v-model="addForm.hazardDescribe" show-word-limit :rows="3"></el-input>
           </el-form-item>