张诺
2026-04-17 5f3dccd86174cf09eda20a6b3a0e580ba444e00a
src/pages/productionManagement/workOrder/index.vue
@@ -53,6 +53,10 @@
            <text class="detail-value">{{ item.processName }}</text>
          </view>
          <view class="detail-row">
            <text class="detail-label">机台名称</text>
            <text class="detail-value">{{ item.deviceName }}</text>
          </view>
          <view class="detail-row">
            <text class="detail-label">需求/完成数量</text>
            <text class="detail-value">{{ item.planQuantity }} / {{ item.completeQuantity }} {{ item.unit }}</text>
          </view>