@@ -70,7 +70,7 @@
</template>
<!-- 退货原因 -->
<template slot="remark" slot-scope="text, record">
- <a-input size="small" placeholder="30个字符内" maxlength="30" v-model="record.remark" @blur="updateRemark(record)"></a-input>
+ <a-input size="small" placeholder="30个字符内" maxLength="30" v-model="record.remark" @blur="updateRemark(record)"></a-input>
<!-- 操作 -->
<template slot="action" slot-scope="text, record">
@@ -65,7 +65,7 @@