From 0a48655d2162b709ecb80d249a4085971add6140 Mon Sep 17 00:00:00 2001
From: Houjie <714924425@qq.com>
Date: 星期一, 07 七月 2025 17:26:30 +0800
Subject: [PATCH] 企业微信

---
 pages/ToDoList/ToDoList.vue |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/pages/ToDoList/ToDoList.vue b/pages/ToDoList/ToDoList.vue
index 30dfdc5..7ab14d5 100644
--- a/pages/ToDoList/ToDoList.vue
+++ b/pages/ToDoList/ToDoList.vue
@@ -50,6 +50,12 @@
 					<uni-card margin="10px" spacing="1px" v-for="(item,index) in msgList" :key="index"
 						@click="onClickProductionTask(item)">
 						<view class="flex">
+							<view class="flex-sub text-light bg-white padding-xs margin-xs radius">娴佺▼鍒嗙被:</view>
+							<view class="flex-sub bg-white padding-xs margin-xs   text-bold text-blue  radius text-right">
+								{{item.category_dictText}}
+							</view>
+						</view>
+						<view class="flex">
 							<view class="flex-sub text-light bg-white padding-xs margin-xs radius">娴佺▼鍚嶇О:</view>
 							<view class="flex-sub bg-white padding-xs margin-xs   text-bold  radius text-right">
 								{{item.flowName}}
@@ -58,7 +64,7 @@
 
 						<view class="flex">
 							<view class="flex-sub text-light bg-white padding-xs margin-xs radius">涔嬪墠澶勭悊浜�:</view>
-							<view class="flex-sub bg-white padding-xs margin-xs   text-blue   radius text-right">
+							<view class="flex-sub bg-white padding-xs margin-xs     radius text-right">
 								{{item.preNodeAssignee_dictText}}
 							</view>
 						</view>
@@ -216,9 +222,10 @@
 						url = '/pages/ToDoList/ToDoSpareParts/ToDoSpareParts';
 						break;
 					case (name === '鐐规宸ュ崟' && type === '璁惧鐐规'):
-						url = '/pages/ToDoList/ToDoListDeils/ToDoCheckDetils/ToDoCheckDetils';
+						url = '/pages/ToDoList/ToDoListDeils/ToDoCheckDetils';
+						
 						break;
-					default:
+					default:ToDoCheckDetils
 						console.warn(`No URL found for name: ${name} and type: ${type}`);
 						return;
 				}

--
Gitblit v1.9.3