diff --git a/hb_client/src/router/index.js b/hb_client/src/router/index.js index 4aa2481..7a25709 100644 --- a/hb_client/src/router/index.js +++ b/hb_client/src/router/index.js @@ -330,7 +330,7 @@ export const asyncRoutes = [ path: 'sales', name: 'sales', component: () => import('@/views/sam/sales'), - meta: { title: '销售信息', icon: 'saleInfo', perms: ['sam_sales'] } + meta: { title: '销售发货', icon: 'saleInfo', perms: ['sam_sales'] } } , { diff --git a/hb_client/src/views/dashboard/index.vue b/hb_client/src/views/dashboard/index.vue index b285ede..c65e735 100644 --- a/hb_client/src/views/dashboard/index.vue +++ b/hb_client/src/views/dashboard/index.vue @@ -2,7 +2,8 @@
- 数据统计 + + 数据统计
@@ -38,7 +39,6 @@
-
本月在制任务 @@ -51,7 +51,6 @@
-
本月交付产品 @@ -64,7 +63,6 @@
-
本月不合格产品 @@ -91,7 +89,7 @@ >
-
+
成品率
@@ -137,10 +135,11 @@
-
@@ -221,7 +212,8 @@ -
    +
    • {{item.name}}({{item.number}}){{item.delivery_date}}为交货日期 @@ -294,18 +286,18 @@
    -
      +
      • - {{item.name}}({{item.number}}){{item.delivery_date}}到期 + {{item.name}}({{item.unit}}){{item.expiration_date}}到期
      -
        +
        • @@ -317,12 +309,12 @@
        -
          +
          • - {{item.name}}({{item.number}}) + {{item.name}}{{item.number}} 接近计划日期 已过计划日期
            @@ -339,16 +331,15 @@