components/mold.vue
@@ -17,9 +17,7 @@ <view class="form-row"> <label class="form-label">刀具名称:</label> <input class="input" v-model="toolName" placeholder="刀具带出" disabled /> </view> <view class="form-row"> <label class="form-label">规格型号:</label> <label class="form-label" style="margin-left: 24px;">规格型号:</label> <input class="input" v-model="toolModel" placeholder="刀具带出" disabled /> </view> </view>