From 1cdce8a94868d88c2660e87101b490af225d2b68 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 24 三月 2025 11:57:06 +0800
Subject: [PATCH] 容缺数量统计字段名称修改

---
 src/views/projectProcess/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/projectProcess/index.vue b/src/views/projectProcess/index.vue
index 8e88d59..97f8681 100644
--- a/src/views/projectProcess/index.vue
+++ b/src/views/projectProcess/index.vue
@@ -211,7 +211,7 @@
           <dict-tag :options="dict.type.sys_project_status" :value="scope.row.status"/>
         </template>
       </el-table-column>
-
+      <el-table-column label="寤鸿鍐呭" align="center" prop="buildContent"/>
       <!-- 鎿嶄綔鍒� -->
       <el-table-column label="鎿嶄綔" width="140" align="center" >
         <template slot-scope="scope">
@@ -412,9 +412,9 @@
       this.nowProcessInsId = row.processInsId ? row.processInsId : '';
       const numericPattern = /^\d+(\.\d+)?$/;
       if (numericPattern.test(row.id)) {
-        this.projectType = "ENGINEERING"
-      } else {
         this.projectType = "PROJECT"
+      } else {
+        this.projectType = "ENGINEERING"
       }
       // // 闃叉锛歩d娌″彉涓嶈Е鍙戠洃鍚�
       // this.$refs.runProcess.setSelect(row.flowableProcessId);

--
Gitblit v1.8.0