diff --git a/hb_client/src/components/customForm/index.vue b/hb_client/src/components/customForm/index.vue
index 81627ee..ad62842 100644
--- a/hb_client/src/components/customForm/index.vue
+++ b/hb_client/src/components/customForm/index.vue
@@ -18,7 +18,7 @@
diff --git a/hb_client/src/views/bigScreen/bottomLeft.vue b/hb_client/src/views/bigScreen/bottomLeft.vue
index db1b193..0909294 100644
--- a/hb_client/src/views/bigScreen/bottomLeft.vue
+++ b/hb_client/src/views/bigScreen/bottomLeft.vue
@@ -109,7 +109,7 @@
}
},*/
legend: {
- data: [" 计划完成", " 已完成 "],
+ data: ["已完成", "计划完成"],
textStyle: {
color: "#B4B4B4"
},
@@ -133,10 +133,7 @@
},
yAxis:{
splitLine: {
- type:"dashed",
- color: "#B4B4B4",
- width:"1",
- // show: true,
+ show: false
},
axisLine: {
lineStyle: {
diff --git a/hb_client/src/views/bigScreen/index.vue b/hb_client/src/views/bigScreen/index.vue
index 5bb5200..8a71ee7 100644
--- a/hb_client/src/views/bigScreen/index.vue
+++ b/hb_client/src/views/bigScreen/index.vue
@@ -96,14 +96,14 @@
-
+
{
if (res.code === 200) {
let list = res.data.results;
@@ -707,8 +708,8 @@
that.category.push(item.number);
that.planData.push(item.count);
that.realData.push(item.count_ok);
- })
- that.listNews = true;
+ });
+ that.limitedPlan = true;
} else {
that.$message.error(res.msg);
}
diff --git a/hb_client/src/views/mtm/material.vue b/hb_client/src/views/mtm/material.vue
index 5bb2a00..3a4e51d 100644
--- a/hb_client/src/views/mtm/material.vue
+++ b/hb_client/src/views/mtm/material.vue
@@ -63,9 +63,9 @@
{{ scope.row.specification }}
-
+
{{ scope.row.unit }}