@@ -149,10 +149,11 @@ export default {
rules: [...required]
}
},
+ // 'show-word-limit': true, maxlength: 500
{
md: 24,
name: 'el-input',
- attributes: { type: 'textarea', rows: 3, 'show-word-limit': true, maxlength: 500 },
+ attributes: { type: 'textarea', rows: 3 },
formItemAttributes: {
label: '考核规定',
prop: 'projectText',