From b6c21a6f18bb5b0da6de8dd67a924be14dfe506b Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期一, 14 七月 2025 16:51:04 +0800
Subject: [PATCH] 完成 来料条码打印模块 添加 采购订单模块 完成 采购订单模块 修改

---
 components/blueToothConnector/blueToothConnector.vue |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/components/blueToothConnector/blueToothConnector.vue b/components/blueToothConnector/blueToothConnector.vue
index 893395c..20fdaff 100644
--- a/components/blueToothConnector/blueToothConnector.vue
+++ b/components/blueToothConnector/blueToothConnector.vue
@@ -23,6 +23,7 @@
 				<uni-card :title="device.name" :extra="connectedDeviceId === device.address?'宸茶繛鎺�':'鏈繛鎺�'"
 					style="margin: 10px;">
 					<view class="operation-zone">
+						<view></view>
 						<button class="op1" size="mini" plain @click="connectBT(device)">杩炴帴璁惧</button>
 					</view>
 				</uni-card>
@@ -314,9 +315,17 @@
 
 	.operation-zone {
 		display: flex;
-		justify-content: space-around;
-		margin-top: 10rpx;
-
+		justify-content: flex-end;
+		padding: 10rpx;
+		
+			
+		>view {
+			flex: 1;
+		}
+		>button{
+			display: inline-block;
+			width: 6rem;
+		}
 		.op1 {
 			border: 1px solid #41a863;
 			color: #41a863;

--
Gitblit v1.9.1