Browse Source

fix(#25529): 文案修改与隐藏

gemercheung 3 năm trước cách đây
mục cha
commit
fab997a255
1 tập tin đã thay đổi với 13 bổ sung13 xóa
  1. 13 13
      src/views/system/role/role.data.ts

+ 13 - 13
src/views/system/role/role.data.ts

@@ -17,7 +17,7 @@ export const columns: BasicColumn[] = [
     width: 200,
   },
   {
-    title: '所属部门',
+    title: '所属公司',
     dataIndex: 'companyName',
     width: 180,
   },
@@ -82,18 +82,18 @@ export const searchFormSchema: FormSchema[] = [
     component: 'Input',
     colProps: { span: 8 },
   },
-  {
-    field: 'canShow',
-    label: '状态',
-    component: 'Select',
-    componentProps: {
-      options: [
-        { label: '启用', value: '0' },
-        { label: '停用', value: '1' },
-      ],
-    },
-    colProps: { span: 8 },
-  },
+  // {
+  //   field: 'canShow',
+  //   label: '状态',
+  //   component: 'Select',
+  //   componentProps: {
+  //     options: [
+  //       { label: '启用', value: '0' },
+  //       { label: '停用', value: '1' },
+  //     ],
+  //   },
+  //   colProps: { span: 8 },
+  // },
 ];
 
 export const formSchema: FormSchema[] = [