|
@@ -113,10 +113,10 @@
|
|
<el-input
|
|
<el-input
|
|
style="width: 898px"
|
|
style="width: 898px"
|
|
type="textarea"
|
|
type="textarea"
|
|
- :autosize="{ minRows: 6, maxRows: 6}"
|
|
|
|
|
|
+ :autosize="{ minRows: 6, maxRows: 20}"
|
|
placeholder="未查到此项检查要点,可在此输入添加"
|
|
placeholder="未查到此项检查要点,可在此输入添加"
|
|
resize="none"
|
|
resize="none"
|
|
- maxlength="300"
|
|
|
|
|
|
+ maxlength="1000"
|
|
show-word-limit
|
|
show-word-limit
|
|
v-model="item.hazardCheckPoint">
|
|
v-model="item.hazardCheckPoint">
|
|
</el-input>
|
|
</el-input>
|