From d328bd467ffcb660e81d546a0b242e39320acb6d Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 05 六月 2025 09:53:30 +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