Merge branch 'dev_Ma_pre' into 'master'

Dev ma pre

See merge request !91
This commit is contained in:
huangshengfa
2023-03-16 16:51:29 +08:00

View File

@@ -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"