Browse Source

no message

linwenxin 3 tháng trước cách đây
mục cha
commit
00d9fdbf38

+ 2 - 1
src/views/setting/workContactLetter/assessmentItemSetting/index.vue

@@ -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',