feat:修改面授和作业任务的任务状态

This commit is contained in:
lixg
2023-01-09 16:04:51 +08:00
parent 4df98c34fb
commit 3c0979eca9
4 changed files with 8 additions and 8 deletions

View File

@@ -234,7 +234,7 @@ export default {
{
id: 2,
value: "2",
label: "未完成",
label: "进行中",
},
],
selectedRowKeys: [],
@@ -405,7 +405,7 @@ export default {
: text.record.finishStatus == 1
? "已完成"
: text.record.finishStatus == 2
? "未完成"
? "进行中"
: "-"}
</span>
</div>

View File

@@ -203,7 +203,7 @@ export default {
{
id: 2,
value: "2",
label: "未完成",
label: "进行中",
},
],
selectedRowKeys: [],
@@ -371,7 +371,7 @@ export default {
: text.record.finishStatus == 1
? "已完成"
: text.record.finishStatus == 2
? "未完成"
? "进行中"
: "-"}
</span>
</div>

View File

@@ -218,7 +218,7 @@ export default {
{
id: 2,
value: "2",
label: "未完成",
label: "进行中",
},
],
selectedRowKeys: [],
@@ -406,7 +406,7 @@ export default {
: text.record.finishStatus == 1
? "已完成"
: text.record.finishStatus == 2
? "未完成"
? "进行中"
: "-"}
</span>
</div>

View File

@@ -198,7 +198,7 @@ export default {
{
id: 2,
value: "2",
label: "未完成",
label: "进行中",
},
],
selectedRowKeys: [],
@@ -382,7 +382,7 @@ export default {
: text.record.finishStatus == 1
? "已完成"
: text.record.finishStatus == 2
? "未完成"
? "进行中"
: "-"}
</span>
</div>