diff --git a/src/pages/modules/index1.vue b/src/pages/modules/index1.vue index e4b5a93..f002721 100644 --- a/src/pages/modules/index1.vue +++ b/src/pages/modules/index1.vue @@ -91,7 +91,7 @@

装配二车间

-

当前任务 - {{ itemData[1].task_code }}

+

下一任务 - {{ itemData[1].task_code }}

diff --git a/src/pages/modules/index2.vue b/src/pages/modules/index2.vue index cc8a0c0..3d3de1b 100644 --- a/src/pages/modules/index2.vue +++ b/src/pages/modules/index2.vue @@ -18,12 +18,12 @@

{{ lx_used.percent }}

-
-
+
+

总货位数

{{ lx_used.total }}

-
+

已用货位

{{ lx_used.used }}

@@ -123,12 +123,12 @@

{{ tp_used.percent }}

-
-
+
+

总货位数

{{ tp_used.total }}

-
+

已用货位

{{ tp_used.used }}

diff --git a/src/pages/modules/style.stylus b/src/pages/modules/style.stylus index d58fa0d..d4ae8e5 100644 --- a/src/pages/modules/style.stylus +++ b/src/pages/modules/style.stylus @@ -207,11 +207,11 @@ &:nth-child(1) width 10% .percent_line - height 10px - background-color #00ccf2 + height 8px + background-color #4f464c border-radius 10px - margin-bottom 2px + margin-bottom 6px .percent_i - height 10px + height 100% background-color #f5aa00 border-radius 10px \ No newline at end of file