bugfix zentao 1
This commit is contained in:
@@ -25,7 +25,7 @@ export default {
|
||||
grid: {
|
||||
top: 64,
|
||||
left: 56,
|
||||
right: 24,
|
||||
right: 64,
|
||||
bottom: 56,
|
||||
},
|
||||
title: {
|
||||
@@ -64,6 +64,10 @@ export default {
|
||||
color: '#ccc',
|
||||
},
|
||||
},
|
||||
name: '数量',
|
||||
nameTextStyle: {
|
||||
fontSize: 14,
|
||||
},
|
||||
},
|
||||
series: [
|
||||
{
|
||||
|
||||
@@ -197,11 +197,11 @@ export default {
|
||||
// },
|
||||
],
|
||||
tableProps: [
|
||||
{ prop: 'lineName', label: '产线', align: 'center' },
|
||||
{ prop: 'sectionName', label: '工段', align: 'center' },
|
||||
{ prop: 'externalCode', label: '设备编码', align: 'center' },
|
||||
{ prop: 'equipmentName', label: '设备名称', align: 'center' },
|
||||
{ prop: 'totalQuantity', label: '加工数量', align: 'center' },
|
||||
{ prop: 'lineName', label: '产线', },
|
||||
{ prop: 'sectionName', label: '工段', },
|
||||
{ prop: 'externalCode', label: '设备编码', },
|
||||
{ prop: 'equipmentName', label: '设备名称', },
|
||||
{ prop: 'totalQuantity', label: '加工数量', },
|
||||
],
|
||||
mode: 'table', // table | graph
|
||||
queryParams: {
|
||||
|
||||
Reference in New Issue
Block a user