From 85832c85a73adfbef540b57777791cfaa2776727 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 20 十一月 2025 10:27:23 +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