Merge remote-tracking branch 'gitee/master'

master
wangh 4 years ago
commit 272a4ff4c6

@ -95,6 +95,7 @@
.autoscroll-table td { .autoscroll-table td {
font-size: 0.75vw; font-size: 0.75vw;
white-space:nowrap;
} }
.autoscroll-table caption { .autoscroll-table caption {

@ -355,7 +355,7 @@
const planWorkOrderColumns = [ const planWorkOrderColumns = [
"序号", "型号","计划数量", "完成数量", "完成率", "时间", "序号", "型号","计划数量", "完成数量", "完成率", "时间",
] ]
const planWorkOrderTable = new AutoScrollTable(document.getElementById("plan-work-order"), planWorkOrderColumns, {width: ['10%','35%', '12%', '12%', '11%', '20%']}) const planWorkOrderTable = new AutoScrollTable(document.getElementById("plan-work-order"), planWorkOrderColumns, {width: ['10%','40%', '10%', '10%', '10%', '20%']})
// const planTable = new AutoScrollTable(document.getElementById("plan-table"), [], { // const planTable = new AutoScrollTable(document.getElementById("plan-table"), [], {
// width: ['15%', '5%', null, null, null, null, null, null, null, null, null, null, null, null, null, null, "5%", "5%", "5%"], // width: ['15%', '5%', null, null, null, null, null, null, null, null, null, null, null, null, null, null, "5%", "5%", "5%"],
// caption: "生产计划统计", // caption: "生产计划统计",
@ -495,7 +495,6 @@
//formatter: '{b1}: {c1}', //formatter: '{b1}: {c1}',
}, },
legend: { legend: {
show: true,
show: true, show: true,
top: 0, top: 0,
textStyle: { textStyle: {

Loading…
Cancel
Save