From 3d0b8d97cb710dc8659cbe4440629542a8d8b92b Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期五, 16 一月 2026 14:35:48 +0800
Subject: [PATCH] 更新
---
subpackage/manager/progress.vue | 36 ++++++++++++------------------------
1 files changed, 12 insertions(+), 24 deletions(-)
diff --git a/subpackage/manager/progress.vue b/subpackage/manager/progress.vue
index f9b3537..5b086a9 100644
--- a/subpackage/manager/progress.vue
+++ b/subpackage/manager/progress.vue
@@ -44,10 +44,6 @@
></uni-icons>
<text class="project-title">{{ item.projectName }}</text>
</view>
- <!-- <view class="status-tags">
- <text class="tag type-tag">{{ getDictLabel('sys_project_type', item.projectType) }}</text>
- <text class="tag status-tag" :class="'status-' + item.status">{{ getDictLabel('sys_project_status', item.status) }}</text>
- </view> -->
</view>
<view class="card-body">
@@ -76,18 +72,18 @@
</view>
<view class="card-footer">
- <button
- v-if="item.processInsId"
- class="action-btn view-btn"
- @click="goToDetail(item)"
- >
- <uni-icons type="eye" size="16" color="#1E88E5"></uni-icons>
- <text>鏌ョ湅娴佺▼</text>
- </button>
+<!-- <button -->
+<!-- v-if="item.processInsId" -->
+<!-- class="action-btn view-btn" -->
+<!-- @click="goToDetail(item)"-->
+<!-- >-->
+<!-- <uni-icons type="eye" size="16" color="#1E88E5"></uni-icons>-->
+<!-- <text>鏌ョ湅娴佺▼</text>-->
+<!-- </button>-->
- <button
- v-if="isReserve"
- class="action-btn process-btn"
+ <button
+ v-if="isReserve && item.processInsId "
+ class="action-btn process-btn"
@click="openOpProcess(item)"
>
<uni-icons type="gear" size="16" color="#26A69A"></uni-icons>
@@ -248,15 +244,7 @@
const option = options.find(opt => opt.value == value)
return option ? option.label : value
},
-
- /** 鍓嶅線璇︽儏椤� */
- goToDetail(item) {
- uni.navigateTo({
-
- url: `/subpackage/manager/project-detail?data=${encodeURIComponent(JSON.stringify(item))}`
- })
- },
-
+
/** 鎵撳紑鎿嶄綔娴佺▼ */
openOpProcess(row) {
const params = {
--
Gitblit v1.8.0