Browse Source

Merge branch 'fix_lin' of ssh://gogs.zfire.top:2222/zfire-front/zfire-newmall-admin

linwenxin 1 year ago
parent
commit
c4be621bf4
1 changed files with 8 additions and 1 deletions
  1. 8 1
      src/views/valueAddedService/valueAddedConfig/index.vue

+ 8 - 1
src/views/valueAddedService/valueAddedConfig/index.vue

@@ -412,7 +412,14 @@ export default {
         {
         {
           name: 'el-input',
           name: 'el-input',
           md: 24,
           md: 24,
-          attributes: { disabled: false, placeholder: '请输入', type: "textarea" },
+          attributes: {
+            disabled: false,
+            placeholder: '请输入',
+            type: "textarea",
+            autosize: { minRows: 2, maxRows: 4 },
+            maxlength: 50,
+            'show-word-limit': true
+          },
           formItemAttributes: {
           formItemAttributes: {
             label: '服务介绍',
             label: '服务介绍',
             prop: 'intro',
             prop: 'intro',