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