diff --git a/src/views/device/bench/deviceBench.vue b/src/views/device/bench/deviceBench.vue index 9206576..8d74984 100644 --- a/src/views/device/bench/deviceBench.vue +++ b/src/views/device/bench/deviceBench.vue @@ -1,13 +1,397 @@ - 工作台 + + + + + + + + + + + + + + + + + + + + 测量设备 + {{ theMonthTotalData.testValue }} + + + + + + 在用设备 + + {{ theMonthTotalData.testIn }} + + + + + + 闲置设备 + {{ theMonthTotalData.testLeave }} + + + + + 封存设备 + {{ theMonthTotalData.testSeal }} + + + + + + + + 标准装置 + {{ theMonthTotalData.standardValue }} + + + + + + 在用装置 + {{ theMonthTotalData.standardIn }} + + + + + 暂停装置 + {{ theMonthTotalData.standardStop }} + + + + + 撤销装置 + {{ theMonthTotalData.standardAnnul }} + + + + + + + + + + + 本月设备领用 + {{ theMonthTotalData.receive }} + + + + + 本月设备借用 + {{ theMonthTotalData.borrow }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + 待检定设备数量 + {{ myEquipment.stay }} + + + 超期未检定设备数量 + {{ myEquipment.not }} + + + + + + + +