From caacd460dc615064b111503123d83f36f1d67f56 Mon Sep 17 00:00:00 2001
From: shilixia <2309368887@qq.com>
Date: Fri, 11 Mar 2022 13:19:03 +0800
Subject: [PATCH] tijiao
---
hb_client/src/views/em/monitoring.vue | 9 +++++++--
hb_client/src/views/sam/salesdetail.vue | 2 +-
2 files changed, 8 insertions(+), 3 deletions(-)
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 @@
{{ scope.row.packnum }}
-
+
{{ scope.row.remark }}