任务管理状态搜索统一添加进行中

This commit is contained in:
zhangsir
2024-08-13 17:01:35 +08:00
parent a4cddab95f
commit c8db86a10d
6 changed files with 30 additions and 15 deletions

View File

@@ -163,6 +163,11 @@ const finishOptions = ref([
},
{
id: 2,
value: 2,
label: "进行中",
},
{
id: 3,
value: 1,
label: "已完成",
},

View File

@@ -196,11 +196,11 @@ export default {
value: "0",
label: "未开始",
},
// {
// id: 2,
// value: "2",
// label: "进行中",
// },
{
id: 2,
value: "2",
label: "进行中",
},
{
id: 3,
value: "1",

View File

@@ -186,6 +186,11 @@
value: "1",
label: "未开始",
},
{
id: 2,
value: "2",
label: "进行中",
},
{
id: 3,
value: "3",

View File

@@ -200,11 +200,11 @@ export default {
value: "0",
label: "未开始",
},
//{
// id: 2,
// value: "2",
// label: "进行中",
// },
{
id: 2,
value: "2",
label: "进行中",
},
{
id: 3,
value: "1",

View File

@@ -174,11 +174,11 @@ export default {
value: "0",
label: "未开始",
},
//{
// id: 2,
// value: "2",
// label: "进行中",
// },
{
id: 2,
value: "2",
label: "进行中",
},
{
id: 3,
value: "1",

View File

@@ -190,6 +190,11 @@
value: "1",
label: "未开始",
},
{
id: 2,
value: "2",
label: "进行中",
},
{
id: 3,
value: "3",