Quellcode durchsuchen

fix:edit agent page

jimmyyem vor 4 Monaten
Ursprung
Commit
3f38a838eb
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  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 }],
   },