浏览代码

企业操作-职位发布及全员猎聘:职位类别放在职位名称前面

lifanagju_citu 7 月之前
父节点
当前提交
4068365d55

+ 1 - 1
components.d.ts

@@ -30,9 +30,9 @@ declare module 'vue' {
     DatePicker: typeof import('./src/components/DatePicker/index.vue')['default']
     Details: typeof import('./src/components/Enterprise/details.vue')['default']
     Echarts: typeof import('./src/components/Echarts/index.vue')['default']
-    ElCascader: typeof import('element-plus/es')['ElCascader']
     ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
     ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
+    ElTimePicker: typeof import('element-plus/es')['ElTimePicker']
     Empty: typeof import('./src/components/Empty/index.vue')['default']
     File: typeof import('./src/components/Upload/file.vue')['default']
     HeadSearch: typeof import('./src/components/headSearch/index.vue')['default']

+ 11 - 11
src/views/recruit/enterprise/hirePosition/components/baseInfo.vue

@@ -87,6 +87,17 @@ const items = ref({
       slotName: 'numericalValue',
       noParam: true,
     },
+    {
+      slotName: 'positionId',
+      key: 'positionId',
+      value: '',
+      labelKey: 'positionName',
+      label: '职位类型 *',
+      noParam: true,
+      flexStyle: 'mt-5',
+      readonly: true,
+      rules: [v => !!v || '请选择职位类型']
+    },
     {
       type: 'text',
       key: 'name',
@@ -102,17 +113,6 @@ const items = ref({
       labelWidth: 120,
       label: '到期时间 *'
     },
-    {
-      slotName: 'positionId',
-      key: 'positionId',
-      value: '',
-      labelKey: 'positionName',
-      label: '职位类型 *',
-      noParam: true,
-      flexStyle: 'mt-5',
-      readonly: true,
-      rules: [v => !!v || '请选择职位类型']
-    },
     {
       type: 'wangEditor',
       key: 'content',

+ 11 - 11
src/views/recruit/enterprise/positionManagement/components/baseInfo.vue

@@ -45,6 +45,17 @@ let query = reactive({})
 
 const items = ref({
   options: [
+    {
+      slotName: 'positionId',
+      key: 'positionId',
+      value: '',
+      flexStyle: 'mt-5',
+      labelKey: 'positionName',
+      label: '职位类型 *',
+      noParam: true,
+      readonly: true,
+      rules: [v => !!v || '请选择职位类型']
+    },
     {
       type: 'text',
       key: 'name',
@@ -60,17 +71,6 @@ const items = ref({
       label: '到期时间 *',
       labelWidth: 120
     },
-    {
-      slotName: 'positionId',
-      key: 'positionId',
-      value: '',
-      flexStyle: 'mt-5',
-      labelKey: 'positionName',
-      label: '职位类型 *',
-      noParam: true,
-      readonly: true,
-      rules: [v => !!v || '请选择职位类型']
-    },
     {
       type: 'wangEditor',
       key: 'content',