Browse Source

no message

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

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

@@ -139,7 +139,10 @@ export default {
         {
           md: 12,
           name: 'el-input',
-          attributes: {},
+          attributes: {
+            'show-word-limit': true,
+            maxlength: 100
+          },
           formItemAttributes: {
             label: '考核条例',
             prop: 'projectReg',
@@ -149,7 +152,7 @@ export default {
         {
           md: 24,
           name: 'el-input',
-          attributes: { type: 'textarea', rows: 3 },
+          attributes: { type: 'textarea', rows: 3, 'show-word-limit': true, maxlength: 500 },
           formItemAttributes: {
             label: '考核规定',
             prop: 'projectText',