mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
fix: 项目状态更改
This commit is contained in:
@@ -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 () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user