From 527b5009256cbf4a30a4f154d0c1b7dbeb11472f Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 28 十一月 2025 16:41:28 +0800
Subject: [PATCH] fix: 铝杆扫码领用。
---
src/pages/production/twist/selfInspect/index.vue | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/pages/production/twist/selfInspect/index.vue b/src/pages/production/twist/selfInspect/index.vue
index 7e35f3f..def89d9 100644
--- a/src/pages/production/twist/selfInspect/index.vue
+++ b/src/pages/production/twist/selfInspect/index.vue
@@ -127,7 +127,12 @@
</view>
<template #footer>
<view class="flex justify-end gap-2">
- <wd-button size="small" plain @click="handleViewInspection(item, index)">
+ <wd-button
+ size="small"
+ plain
+ @click="handleViewInspection(item, index)"
+ style="margin-right: 10px"
+ >
鏌ョ湅
</wd-button>
<wd-button
@@ -136,6 +141,7 @@
plain
type="primary"
@click="handleEditInspection(item, index)"
+ style="margin-right: 10px"
>
淇敼
</wd-button>
--
Gitblit v1.9.3