<el-input class="" type="textarea"
:rows="2"
placeholder="請輸入審核說明(最多100字)"
v-model="auditData.auditReason"
:maxlength=100>
</el-input>
maxlength需要加引號