mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 14:26:45 +08:00
style:隐藏项目列表已结束状态
This commit is contained in:
@@ -1307,8 +1307,8 @@ export default {
|
|||||||
'1': () => '草稿',
|
'1': () => '草稿',
|
||||||
'2': () => '草稿',
|
'2': () => '草稿',
|
||||||
'3': () => dayjs().isBefore(value.record.beginTime) ? '未开始' : '进行中',
|
'3': () => dayjs().isBefore(value.record.beginTime) ? '未开始' : '进行中',
|
||||||
'4': () => dayjs().isBefore(value.record.end) ? '进行中' : '已结束',
|
'4': () => dayjs().isBefore(value.record.end) ? '进行中' : '-',
|
||||||
'-1': () => '已结束',
|
'-1': () => '-',
|
||||||
'-5': () => '草稿'
|
'-5': () => '草稿'
|
||||||
}[value.record.status + '']() || '' : '-'}
|
}[value.record.status + '']() || '' : '-'}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user