lsh
2026-04-21 720e0926fa1c94b952c26e111206c5d6e1ed5ba2
src/main/webapp/components/WatchDualCrnCard.js
@@ -228,8 +228,8 @@
        { label: "设备工位2任务号", value: this.orDash(item.deviceTaskNoTwo) },
        { label: "工位1状态", value: this.orDash(item.status) },
        { label: "工位2状态", value: this.orDash(item.statusTwo) },
        { label: "工位1是否有物", value: MonitorCardKit.yesNo(item.loading) },
        { label: "工位2是否有物", value: MonitorCardKit.yesNo(item.loadingTwo) },
        { label: "工位1是否有物", value: this.orDash(item.loading) },
        { label: "工位2是否有物", value: this.orDash(item.loadingTwo) },
        { label: "工位1货叉定位", value: this.orDash(item.forkOffset) },
        { label: "工位2货叉定位", value: this.orDash(item.forkOffsetTwo) },
        { label: "工位1任务接收", value: this.orDash(item.taskReceive) },