快乐的昕的电脑
2025-11-14 a5bea539492527406257d75bb0b7ced836fff1b1
components/mold.vue
@@ -8,12 +8,10 @@
                    <label class="form-label">刀具编号:</label>
                    <input class="input small-font" v-model="selectedToolNo" placeholder="请通过刀具目录选择" disabled />
                </view>
                <view class="form-cell">
                <view class="form-cell form-cell-flex">
                    <label class="form-label highlight-label">使用上限:</label>
                    <input class="input small-font input-tool-model" type="number" v-model="useLimitInput" placeholder="每次下刀后手填上限" :disabled="!selectedToolNo || loadingForm" />
                </view>
                <view class="form-cell">
                    <label class="form-label">寿命比预警值:</label>
                    <label class="form-label" style="margin-left:16px;">寿命比预警值:</label>
                    <view class="input-with-unit">
                        <input class="input small-font input-life-warn"
                               v-model="lifeWarnInput"
@@ -677,9 +675,10 @@
        }
    .form-cell {
        flex: 0 0 32%;
        min-width: 180px;
        justify-content: flex-start;
        display: flex;
        align-items: center;
        min-width: 0;
        margin-right: 0;
    }
        .form-cell:nth-child(1) {