张诺
14 小时以前 b9d3432b9994a3a050cb913d6137a8a7f0be9f67
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>