diff --git a/supervise-customer-ui/.env.development b/supervise-customer-ui/.env.development index 4adaea18..8af4c36d 100644 --- a/supervise-customer-ui/.env.development +++ b/supervise-customer-ui/.env.development @@ -6,4 +6,4 @@ VUE_APP_BASE_API = '/api/service' ## 配置测试和本地开发时的 接口地址 ##VUE_APP_URL = "http://8.130.39.13:8112" -VUE_APP_URL = "http://192.168.3.20:8112" +VUE_APP_URL = "http://192.168.3.9:8112" diff --git a/supervise-customer-ui/package.json b/supervise-customer-ui/package.json index 8ec1fff3..99af34b3 100644 --- a/supervise-customer-ui/package.json +++ b/supervise-customer-ui/package.json @@ -17,6 +17,7 @@ "axios": "^0.24.0", "bpmn-js": "^9.2.2", "core-js": "^2.6.12", + "echarts": "^5.4.1", "ejs": "^2.7.4", "element-ui": "2.13.2", "js-cookie": "2.2.0", diff --git a/supervise-customer-ui/src/assets/images/cgsp.png b/supervise-customer-ui/src/assets/images/cgsp.png new file mode 100644 index 00000000..f4528478 Binary files /dev/null and b/supervise-customer-ui/src/assets/images/cgsp.png differ diff --git a/supervise-customer-ui/src/layout/components/AppMain.vue b/supervise-customer-ui/src/layout/components/AppMain.vue index 966c6c40..1053e710 100644 --- a/supervise-customer-ui/src/layout/components/AppMain.vue +++ b/supervise-customer-ui/src/layout/components/AppMain.vue @@ -1,48 +1,530 @@ - - - - - - - + + + + + + + + + + + + + + + + + + 数据总览 + + + + + {{info.notice}} + + + + + + + + + + + + + ¥27608927.45 + + 常规商品销售额 + ↑ 25.6% + + + + + + + + + + + + + ¥1244255.22 + + 烟草商品销售额 + ↑ 9.8% + + + + + + + + + + + + + ¥636449.84 + + 库存总价值 + ↓ 15.6% + + + + + + + + + + + + + ¥3822945.45 + + 在途货物总价值 + ↓ 15.6% + + + + + + + + + + + + 阀值分析 + + + + + + + + 在途货物分析 + + + + + + + + + + + + + + 快捷操作 + 查看更多 + + + + + 采购申请 + + + + + + 用款申请 + + + + + + + 供应商管理 + + + + + + + 数据上报 + + + + + + + + + + + + 最新消息 + 查看更多 + + + + + {{ item.name }} + {{ item.date }} + + + + + + + + + + 警报中心 + 查看更多 + + + + + {{ item.name }} + {{ item.date }} + + + + + + + + + + + + + - + --> + diff --git a/supervise-customer-ui/src/layout/index.vue b/supervise-customer-ui/src/layout/index.vue index 4254e872..8b7511b3 100644 --- a/supervise-customer-ui/src/layout/index.vue +++ b/supervise-customer-ui/src/layout/index.vue @@ -59,7 +59,8 @@ export default { withoutAnimation: false }) } - } + }, + }