From 006bbfe600da32ef23ec155f5a355cdc39f5b896 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Sat, 28 Feb 2026 09:48:27 +0800
Subject: [PATCH] feat: 设备类型判断

---
 applications/task-work-order/src/views/orderView/appConfiguration/process/index.vue |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/applications/task-work-order/src/views/orderView/appConfiguration/process/index.vue b/applications/task-work-order/src/views/orderView/appConfiguration/process/index.vue
index 05e5914..2688099 100644
--- a/applications/task-work-order/src/views/orderView/appConfiguration/process/index.vue
+++ b/applications/task-work-order/src/views/orderView/appConfiguration/process/index.vue
@@ -27,20 +27,20 @@
 			</el-form-item>
 		</el-form>
 
-		<div class="gd-table-toolbar">
-			<el-button :icon="Plus" color="#4C34FF" type="primary"  @click="handleCreate">
-				创建
-			</el-button>
-			<el-button
-				:icon="Delete"
-
-				@click="handleBatchDelete"
-			>
-				删除
-			</el-button>
-		</div>
-
 		<div class="gd-table-container" v-loading="loading">
+			<div class="gd-table-toolbar">
+				<el-button :icon="Plus" color="#4C34FF" type="primary"  @click="handleCreate">
+					创建
+				</el-button>
+				<el-button
+					:icon="Delete"
+				 	 color="#ECECF4"
+					@click="handleBatchDelete"
+				>
+					删除
+				</el-button>
+			</div>
+
 			<div class="gd-table-content gd-table-content-bg">
 				<el-table class="gd-table" :data="list" @selection-change="selectionChange">
 					<el-table-column type="selection" width="55" />

--
Gitblit v1.9.3