|
@@ -73,7 +73,7 @@ const tabList = [
|
|
|
{ label: '待发布', value: 0, status: 99 },
|
|
|
{ label: '招聘中', value: 1, status: 0 },
|
|
|
{ label: '已关闭', value: 2, status: 1 },
|
|
|
- { label: '到期职位', value: 3 }
|
|
|
+ // { label: '到期职位', value: 3 }
|
|
|
]
|
|
|
const controlList = tabList.map(e => e.label)
|
|
|
const tabChange = (e) => {
|