BUG
快乐的昕的电脑
2025-11-13 98715dc8cb012d10dd4a9ff798e7ba8049c26722
components/mold.vue
@@ -25,21 +25,22 @@
            </view>
            <!-- 第二行:在最后添加刀具目录按钮 -->
            <!-- 刀具名称 -->
            <view class="form-cell">
                <label class="form-label">刀具名称:</label>
                <input class="input small-font input-tool-name" v-model="toolName" placeholder="刀具带出" disabled />
            <view class="form-row">
                <!-- 刀具名称 -->
                <view class="form-cell">
                    <label class="form-label">刀具名称:</label>
                    <input class="input small-font input-tool-name" v-model="toolName" placeholder="刀具带出" disabled />
                </view>
                <!-- 规格型号 -->
                <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 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 -->
        <!-- 操作按钮 - 移出 top-section-grid -->
        <view class="button-row">
@@ -1072,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;
    }