components/mold.vue
@@ -36,6 +36,10 @@ <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 -->