From 9c8cfd473106a6e8066bb133bcea2f5d9fcc22e4 Mon Sep 17 00:00:00 2001
From: shilixia <2309368887@qq.com>
Date: Fri, 11 Mar 2022 15:28:37 +0800
Subject: [PATCH] xiaoshouxingqing
---
hb_client/src/views/sam/orderdetail.vue | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/hb_client/src/views/sam/orderdetail.vue b/hb_client/src/views/sam/orderdetail.vue
index b7e1b0a..d982966 100644
--- a/hb_client/src/views/sam/orderdetail.vue
+++ b/hb_client/src/views/sam/orderdetail.vue
@@ -49,6 +49,9 @@
{{ scope.row.count }}
+
+
+ {{ state_[scope.row.state] }}
{{ scope.row.start_date }}
@@ -88,6 +91,16 @@ export default {
productionplan:"",
orderdetail:"",
+ state_: {
+ 10: "制定中",
+ 20: "已下达",
+ 30: "已接受",
+ 40: "生产中",
+ 50: "已完成",
+ 60: "军检完成",
+ 70: "暂停",
+ 80: "终止",
+ },
};
},