Commit d574af07 authored by 张伯涛's avatar 张伯涛

修改

parent effa7f1b
...@@ -250,7 +250,7 @@ export default { ...@@ -250,7 +250,7 @@ export default {
{ dictLabel: '按线体统计', dictValue: 'Line' }, { dictLabel: '按线体统计', dictValue: 'Line' },
{ dictLabel: '按工单统计', dictValue: 'Working Order' }, { dictLabel: '按工单统计', dictValue: 'Working Order' },
{ dictLabel: '按追溯号统计', dictValue: 'Batch Number' }, { dictLabel: '按追溯号统计', dictValue: 'Batch Number' },
{ dictLabel: '按PO号统计', dictValue: 'Po Number' }, // { dictLabel: '按PO号统计', dictValue: 'Po Number' },
{ dictLabel: '按项目统计', dictValue: 'Project' }, { dictLabel: '按项目统计', dictValue: 'Project' },
{ dictLabel: '按成品料号统计', dictValue: 'PartNumber' } { dictLabel: '按成品料号统计', dictValue: 'PartNumber' }
] ]
......
...@@ -388,6 +388,10 @@ export default { ...@@ -388,6 +388,10 @@ export default {
right: '5%', right: '5%',
left: '5%' left: '5%'
}, },
legend: {
top: '5%',
data: ['不良数量', '累计占比']
},
xAxis: [ xAxis: [
{ {
show: _this.dataList.length, // 无数据时不展示 x 轴 show: _this.dataList.length, // 无数据时不展示 x 轴
......
...@@ -84,6 +84,7 @@ module.exports = { ...@@ -84,6 +84,7 @@ module.exports = {
// target: `http://124.71.16.228:8085/`, // target: `http://124.71.16.228:8085/`,
// target: `http://192.168.1.20:8082/`, // target: `http://192.168.1.20:8082/`,
target: `http://192.168.1.47:8082/`, target: `http://192.168.1.47:8082/`,
// target: `http://192.168.1.89:8082/`,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: '' ['^' + process.env.VUE_APP_BASE_API]: ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment