mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 17:55:39 +08:00
Merge branch 'dev_Ma_pre' into 'master'
Dev ma pre See merge request !91
This commit is contained in:
@@ -120,8 +120,9 @@
|
|||||||
<!-- 项目状态 -->
|
<!-- 项目状态 -->
|
||||||
<template v-if="column.key === 'projectStatus'">
|
<template v-if="column.key === 'projectStatus'">
|
||||||
<span>{{
|
<span>{{
|
||||||
record.status == "0"
|
record.reportProjectOverview.length > 0 ? "-" :
|
||||||
? "草稿"
|
record.status == "0"
|
||||||
|
? "-"
|
||||||
: record.status == "1"
|
: record.status == "1"
|
||||||
? "提交待审核"
|
? "提交待审核"
|
||||||
: record.status == "2"
|
: record.status == "2"
|
||||||
|
|||||||
Reference in New Issue
Block a user