Browse Source

fix:edit agent page

jimmyyem 4 months ago
parent
commit
3f38a838eb
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/wechat/agent/agent.data.ts

+ 1 - 2
src/views/wechat/agent/agent.data.ts

@@ -110,8 +110,7 @@ export const formSchema: FormSchema[] = [
     component: 'InputTextArea',
     required: true,
     componentProps: {
-      maxlength: 1000,
-      showCount: true,
+      showCount: false,
     },
     rules: [{ max: 1000 }],
   },