|
@@ -130,7 +130,7 @@
|
|
|
</p>
|
|
|
<div v-if="itemShowType_3" class="show-box">
|
|
|
<el-form-item label="隐患描述" prop="hazardDescribe">
|
|
|
- <el-input placeholder="请输入隐患描述" maxLength='500' 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>
|
|
@@ -163,7 +163,7 @@
|
|
|
<p :style="'line-height:40px;'+(addForm.rectifyStatus==1?'color:#009519;':'color:#FF8C00;')">{{addForm.rectifyStatus==1?'已整改':(addForm.rectifyStatus==2?'暂无法整改':'')}}</p>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="整改措施">
|
|
|
- <el-input placeholder="" maxLength='200' type="textarea" style="width:704px;"
|
|
|
+ <el-input placeholder="" maxlength='200' type="textarea" style="width:704px;"
|
|
|
:disabled="lookInfoType||propsData.rectify"
|
|
|
resize="none" v-model="addForm.rectifyDescribe" show-word-limit :rows="3"></el-input>
|
|
|
</el-form-item>
|