Selaa lähdekoodia

fix:edit agent page

jimmyyem 4 kuukautta sitten
vanhempi
commit
3f38a838eb
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  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 }],
   },