|
@@ -130,7 +130,7 @@
|
|
</p>
|
|
</p>
|
|
<div v-if="itemShowType_3" class="show-box">
|
|
<div v-if="itemShowType_3" class="show-box">
|
|
<el-form-item label="隐患描述" prop="hazardDescribe">
|
|
<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"
|
|
:disabled="lookInfoType||propsData.rectify"
|
|
resize="none" v-model="addForm.hazardDescribe" show-word-limit :rows="3"></el-input>
|
|
resize="none" v-model="addForm.hazardDescribe" show-word-limit :rows="3"></el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|