From 2de633725d5e5d843853240933f63220dc4e4cb2 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 03 十二月 2025 16:53:57 +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