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: "终止",
+ },
};
},