Browse Source

fix: change user selected

DESKTOP-USV654P\pc 3 weeks ago
parent
commit
0e6b81cc23
2 changed files with 14 additions and 14 deletions
  1. 11 11
      src/views/notice/components/data.config.ts
  2. 3 3
      src/views/notice/components/userModal.vue

+ 11 - 11
src/views/notice/components/data.config.ts

@@ -315,17 +315,17 @@ export const searchFormSchema2: FormSchema[] = [
     },
     colProps: { span: 12 },
   },
-  {
-    field: 'employWay',
-    label: '聘用方式',
-    component: 'ApiSelect',
-    componentProps: {
-      api: getDataOption,
-      params: { code: 'employ_type' },
-      getPopupContainer: () => document.body,
-    },
-    colProps: { span: 12 },
-  },
+  // {
+  //   field: 'employWay',
+  //   label: '聘用方式',
+  //   component: 'ApiSelect',
+  //   componentProps: {
+  //     api: getDataOption,
+  //     params: { code: 'employ_type' },
+  //     getPopupContainer: () => document.body,
+  //   },
+  //   colProps: { span: 12 },
+  // },
   {
     field: 'teachingStatus',
     label: '任课状况',

+ 3 - 3
src/views/notice/components/userModal.vue

@@ -84,10 +84,10 @@
         width: 120,
       },
       {
-        title: '聘用方式',
-        dataIndex: 'employWay',
+        title: '任课状况',
+        dataIndex: 'teachingStatus',
         align: 'left',
-        width: 120,
+        width: 150,
       },
     ],
     beforeFetch: (params) => {