Kaynağa Gözat

去掉过期职位页签

lifanagju_citu 4 hafta önce
ebeveyn
işleme
cd3b0c6c57

+ 1 - 1
src/views/recruit/enterprise/positionManagement/index.vue

@@ -170,7 +170,7 @@ const tabList = [
   { label: '待发布', value: 0, status: 99 },
   { label: t('position.recruitmentInProgress'), value: 1, status: 0 },
   { label: t('position.closed'), value: 2, status: 1 },
-  { label: t('position.expiredPosition'), value: 3 }
+  // { label: t('position.expiredPosition'), value: 3 }
 ]
 let baseInfo = ref(JSON.parse(localStorage.getItem('entBaseInfo')) || {})
 store.$subscribe((mutation, state) => {