From f7f25f593a731ea71e307257f5cec3ba562dacda Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 04 十二月 2025 11:10:39 +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