From 9b41e2aa7f768b3c11b4c49c5052be485f20b0c1 Mon Sep 17 00:00:00 2001
From: yaowanxin <3588231647@qq.com>
Date: 星期三, 27 八月 2025 09:52:37 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_JLMY' into dev_JLMY

---
 src/components/Table/ETable.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/components/Table/ETable.vue b/src/components/Table/ETable.vue
index 3921d6b..b7089d2 100644
--- a/src/components/Table/ETable.vue
+++ b/src/components/Table/ETable.vue
@@ -53,6 +53,10 @@
           <!-- 榛樿鎿嶄綔鎸夐挳 -->
           <el-button v-if="operations.includes('edit')" link type="primary" size="small"
             @click="handleEdit(scope.row)">缂栬緫</el-button>
+          <el-button v-if="operations.includes('scheduling') && scope.row.status != 3" link type="primary" size="small"
+                     @click="handleEdit(scope.row)">鎺掍骇</el-button>
+          <el-button v-if="operations.includes('work') && scope.row.status != 3" link type="primary" size="small"
+                     @click="handleEdit(scope.row)">鎶ュ伐</el-button>
           <el-button v-if="operations.includes('viewRow')" link type="primary" size="small"
             @click="handleView(scope.row)">鏌ョ湅</el-button>
           <el-button v-if="operations.includes('viewFile')" link type="primary" size="small"

--
Gitblit v1.9.3