From c375c59525213e82b1656cedbc17cf2725506668 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 13 十一月 2025 09:59:52 +0800
Subject: [PATCH] 调试
---
components/mold.vue | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/components/mold.vue b/components/mold.vue
index 20a9d1a..d5166c4 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -9,8 +9,8 @@
<input class="input small-font" v-model="selectedToolNo" placeholder="璇烽�氳繃鍒�鍏风洰褰曢�夋嫨" disabled />
</view>
<view class="form-cell">
- <label class="form-label">璁剧疆浣跨敤涓婇檺锛�</label>
- <input class="input small-font input-use-limit" type="number" v-model="useLimitInput" placeholder="姣忔鎹㈠垁鍚庢墜濉�" :disabled="!selectedToolNo || loadingForm" />
+ <label class="form-label">浣跨敤涓婇檺锛�</label>
+ <input class="input small-font input-use-limit" type="number" v-model="useLimitInput" placeholder="姣忔鎹㈠垁鍚庢墜濉笂闄�" :disabled="!selectedToolNo || loadingForm" />
</view>
<view class="form-cell">
<label class="form-label">瀵垮懡姣旈璀﹀�硷細</label>
@@ -35,6 +35,10 @@
<view class="form-cell">
<label class="form-label">瑙勬牸鍨嬪彿锛�</label>
<input class="input small-font input-tool-model" v-model="toolModel" placeholder="鍒�鍏峰甫鍑�" disabled />
+ </view>
+ <!-- 鏂板鐨勫垁鍏风洰褰曟寜閽� -->
+ <view class="form-cell">
+ <button class="btn-blue large-btn" @click="openToolDialog" :disabled="loadingTools">鍒�鍏风洰褰�</button>
</view>
</view>
</view> <!-- 杩欓噷闂悎 top-section-grid -->
@@ -1069,13 +1073,13 @@
}
.input-tool-name {
- width: 120px !important;
+ width: 80px !important;
min-width: 0 !important;
margin-right: 10px;
}
.input-tool-model {
- width: 120px !important;
+ width: 80px !important;
min-width: 0 !important;
margin-right: 10px;
}
--
Gitblit v1.9.3