diff --git a/hb_client/src/views/dashboard/index.vue b/hb_client/src/views/dashboard/index.vue
index 738d691..480d859 100644
--- a/hb_client/src/views/dashboard/index.vue
+++ b/hb_client/src/views/dashboard/index.vue
@@ -604,7 +604,6 @@
page: val,
show_atwork:true,
page_size: that.userPageSize,
- fields: 'id,name,dept_name,is_atwork'
}).then((response) => {
if (response.data) {
that.userList = response.data.results;
diff --git a/hb_client/src/views/pm/plan.vue b/hb_client/src/views/pm/plan.vue
index 9688864..da9c19f 100644
--- a/hb_client/src/views/pm/plan.vue
+++ b/hb_client/src/views/pm/plan.vue
@@ -37,42 +37,42 @@
:height="domHeight"
>
-
+
-
+
{{ scope.row.order_.number }}
-
+
{{scope.row.order_.contract_.number }}
-
+
{{ scope.row.product_.name }}
-
+
{{scope.row.product_.specification}}
-
+
{{ scope.row.product_.unit }}
-
+
-
+
{{ state_[scope.row.state] }}
-
+
-
+
-
+
{{scope.row.order_.delivery_date}}
-
+
否
是
@@ -88,7 +88,7 @@
>
@@ -110,14 +110,13 @@
终止
- 查看子计划
+ 查看
diff --git a/hb_client/src/views/pm/work.vue b/hb_client/src/views/pm/work.vue
index 5f738f1..3993d40 100644
--- a/hb_client/src/views/pm/work.vue
+++ b/hb_client/src/views/pm/work.vue
@@ -69,7 +69,7 @@
>
@@ -245,6 +245,7 @@
30: '已接受',
40: '生产中',
50: '已完成',
+
60: "军检完成",
70: "暂停",
80: "终止",