fix: 项目状态更改

This commit is contained in:
mx00085@163.com
2023-03-31 15:01:36 +08:00
parent e83b300ea5
commit 9c72962978

View File

@@ -201,33 +201,14 @@ export default {
status: null, status: null,
stateOptions: [ stateOptions: [
{ {
label: "提交待审核", label: "已发布",
value: 1,
},
{
label: "审核通过",
value: 2, value: 2,
}, },
{ {
label: "已经发布", label: "已结束",
value: 3, value: 3,
}, },
{
label: "发布",
value: 4,
},
{
label: "撤回发布",
value: -4,
},
{
label: "拒绝",
value: -5,
},
{
label: "撤回已结束",
value: -6,
},
], ],
}); });
const exportAllClick = async () => { const exportAllClick = async () => {