From 5c5cddb1c2ee0d19adddebaf3a3a10a6d93fd2ad Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期日, 26 十月 2025 10:52:18 +0800
Subject: [PATCH] feat:优化微信小程序可以运行

---
 ruoyi-ui/src/views/task/general/index.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/ruoyi-ui/src/views/task/general/index.vue b/ruoyi-ui/src/views/task/general/index.vue
index 5c8c97c..8988020 100644
--- a/ruoyi-ui/src/views/task/general/index.vue
+++ b/ruoyi-ui/src/views/task/general/index.vue
@@ -103,9 +103,12 @@
           >{{ scope.row.taskCode }}</el-button>
         </template>
       </el-table-column>
-      <el-table-column label="浠诲姟绫诲瀷" align="center" prop="taskType">
+      <el-table-column label="浠诲姟绫诲瀷" align="center" prop="taskType" width="120">
         <template slot-scope="scope">
           <dict-tag :options="dict.type.sys_task_type" :value="scope.row.taskType"/>
+          <el-tag v-if="scope.row.taskType === 'EMERGENCY_TRANSFER'" type="danger" size="mini" style="margin-left: 5px;">
+            <i class="el-icon-warning"></i>
+          </el-tag>
         </template>
       </el-table-column>
       <el-table-column label="浠诲姟鐘舵��" align="center" prop="taskStatus">

--
Gitblit v1.9.1