diff --git a/hb_client/src/views/em/monitoring.vue b/hb_client/src/views/em/monitoring.vue index 99d78d7..b406d44 100644 --- a/hb_client/src/views/em/monitoring.vue +++ b/hb_client/src/views/em/monitoring.vue @@ -393,8 +393,8 @@ ], state_: { 10: "合格", - - 40: "禁用", + 40: "禁用", + 50: "报废", }, options: [ { @@ -404,6 +404,11 @@ { value: 40, label: "禁用", + } + , + { + value: 50, + label: "报废", }, ], listQuery: { diff --git a/hb_client/src/views/sam/salesdetail.vue b/hb_client/src/views/sam/salesdetail.vue index 08a5459..c643e72 100644 --- a/hb_client/src/views/sam/salesdetail.vue +++ b/hb_client/src/views/sam/salesdetail.vue @@ -76,7 +76,7 @@ - +