BUG
快乐的昕的电脑
2025-10-31 77033702dcbddaba9bb0fc6723d07714aba1fab8
components/mold.vue
@@ -7,7 +7,6 @@
                <view class="form-cell">
                    <label class="form-label">刀具编号:</label>
                    <input class="input small-font" v-model="selectedToolNo" placeholder="请通过刀具目录选择" disabled />
                    <!-- 移除的按钮位置 -->
                </view>
                <view class="form-cell">
                    <label class="form-label">设置使用上限:</label>
@@ -40,8 +39,8 @@
                    <button class="btn-blue large-btn" @click="openToolDialog" :disabled="loadingTools">刀具目录</button>
                </view>
            </view>
            <!-- 操作按钮 -->
        </view>  <!-- 这里闭合 top-section-grid -->
        <!-- 操作按钮 - 移出 top-section-grid -->
            <view class="button-row">
                <button class="save-btn" @click="handleUpTool" :disabled="submitting || loadingForm">上刀提交</button>
                <button class="save-btn" @click="handleDownTool" :disabled="submitting || loadingForm">下刀提交</button>