diff --git a/hb_client/src/icons/svg/bigScreen.svg b/hb_client/src/icons/svg/bigScreen.svg new file mode 100644 index 0000000..a90340b --- /dev/null +++ b/hb_client/src/icons/svg/bigScreen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/hb_client/src/router/index.js b/hb_client/src/router/index.js index 6d08976..c0b6376 100644 --- a/hb_client/src/router/index.js +++ b/hb_client/src/router/index.js @@ -55,7 +55,7 @@ export const constantRoutes = [ { path: '/index', component: () => import('@/views/bigScreen/index'), - meta: { title: '大屏', icon: 'home', affix: true,keepAlive: false } + meta: { title: '大屏', icon: 'bigScreen', affix: true,keepAlive: false } }, { path: '/changepassword', diff --git a/hb_client/src/views/dashboard/index.vue b/hb_client/src/views/dashboard/index.vue index 80b06ff..dcac59e 100644 --- a/hb_client/src/views/dashboard/index.vue +++ b/hb_client/src/views/dashboard/index.vue @@ -684,7 +684,8 @@ show: false//Y轴刻度线 }, axisLabel: { - color: '#333333'//Y轴文本颜色 + color: '#333333',//Y轴文本颜色 + fontSize: 10,//字体大小 }, splitLine: { show: true, //Y轴分割线 diff --git a/hb_client/src/views/inm/fifo.vue b/hb_client/src/views/inm/fifo.vue index 7537f4e..66b19ea 100644 --- a/hb_client/src/views/inm/fifo.vue +++ b/hb_client/src/views/inm/fifo.vue @@ -357,7 +357,7 @@ export default { handleDetail(scope) { this.$router.push({ name: "fifodetail", - params: { id: scope.row.id, pu_order: scope.row.pu_order }, + params: { id: scope.row.id, pu_order: scope.row.pu_order}, }); }, diff --git a/hb_client/src/views/inm/fifodetail.vue b/hb_client/src/views/inm/fifodetail.vue index ddb79e8..669f4ca 100644 --- a/hb_client/src/views/inm/fifodetail.vue +++ b/hb_client/src/views/inm/fifodetail.vue @@ -1,7 +1,7 @@