mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 20:06:47 +08:00
屏蔽草稿
This commit is contained in:
@@ -122,7 +122,7 @@
|
|||||||
<span>{{
|
<span>{{
|
||||||
record.reportProjectOverview.length > 0 ? "-" :
|
record.reportProjectOverview.length > 0 ? "-" :
|
||||||
record.status == "0"
|
record.status == "0"
|
||||||
? "草稿"
|
? "-"
|
||||||
: record.status == "1"
|
: record.status == "1"
|
||||||
? "提交待审核"
|
? "提交待审核"
|
||||||
: record.status == "2"
|
: record.status == "2"
|
||||||
|
|||||||
Reference in New Issue
Block a user