From 6e88705bd5b443a259b24c17c8a299765d059d96 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 23 Jul 2026 16:50:41 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/jagzwxm/ja_web

---
 applications/task-work-order/src/views/system/helpCenter.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/applications/task-work-order/src/views/system/helpCenter.vue b/applications/task-work-order/src/views/system/helpCenter.vue
index 8860f3c..6ee1cec 100644
--- a/applications/task-work-order/src/views/system/helpCenter.vue
+++ b/applications/task-work-order/src/views/system/helpCenter.vue
@@ -17,7 +17,7 @@
         <el-table-column prop="levelTwoType" label="二级类别" />
         <el-table-column prop="uploadUser" label="上传者" />
         <el-table-column prop="createTime" label="上传时间" />
-     <el-table-column label="操作" width="200" align="center">
+     <el-table-column label="操作" width="200" align="center" fixed="right">
   <template #default="scope">
     <div class="actionBar" >
       <el-button 

--
Gitblit v1.9.3