瀏覽代碼

fix:edit agent page

jimmyyem 4 月之前
父節點
當前提交
3f38a838eb
共有 1 個文件被更改,包括 1 次插入2 次删除
  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 }],
   },