Explorar o código

fix:edit agent page

jimmyyem hai 4 meses
pai
achega
3f38a838eb
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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 }],
   },