mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-22 17:26:46 +08:00
面授状态
This commit is contained in:
@@ -1909,8 +1909,8 @@ const columns2 = [
|
||||
<span>
|
||||
{" "}
|
||||
{text.record.finishStatus == 0 || text.record.finishStatus == null
|
||||
? "未开始"
|
||||
: "已完成"}
|
||||
? "未开始" :text.record.finishStatus == 1?"已完成"
|
||||
: '进行中'}
|
||||
</span>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user