<el-input class="" type="textarea"
:rows="2"
placeholder="请输入审核说明(最多100字)"
v-model="auditData.auditReason"
:maxlength=100>
</el-input>
maxlength需要加引号