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