Browse Source

优化部分显示

dev
qb 2 months ago
parent
commit
b67485baeb
  1. 26
      src/option/reportforms/AuditTimelinessRatioReport.js
  2. 2
      src/option/reportforms/PackageAllTrunklineTimePageReport.js

26
src/option/reportforms/AuditTimelinessRatioReport.js

@ -52,7 +52,7 @@ export const columnList = [
label: '品牌',
type: 1,
values: '',
width: '150',
width: '90',
checkarr: [],
fixed: false,
sortable: true,
@ -63,7 +63,7 @@ export const columnList = [
label: '总运单数',
type: 1,
values: '',
width: '150',
width: '90',
checkarr: [],
fixed: false,
sortable: true,
@ -75,7 +75,19 @@ export const columnList = [
label: '已审单数',
type: 1,
values: '',
width: '150',
width: '90',
checkarr: [],
fixed: false,
sortable: true,
head: false,
isshowSummary: true, //开启统计
},
{
prop: 'hasCheckNum',
label: '未审单数',
type: 1,
values: '',
width: '90',
checkarr: [],
fixed: false,
sortable: true,
@ -87,7 +99,7 @@ export const columnList = [
label: '审单率',
type: 6,
values: '',
width: '150',
width: '90',
checkarr: [],
fixed: false,
sortable: true,
@ -99,7 +111,7 @@ export const columnList = [
label: '准时审单数',
type: 1,
values: '',
width: '150',
width: '90',
checkarr: [],
fixed: false,
sortable: true,
@ -111,7 +123,7 @@ export const columnList = [
label: '审单准时率',
type: 6,
values: '',
width: '150',
width: '100',
checkarr: [],
fixed: false,
sortable: true,
@ -123,7 +135,7 @@ export const columnList = [
label: '平均审单时效(小时)',
type: 1,
values: '',
width: '160',
width: '130',
checkarr: [],
fixed: false,
sortable: true,

2
src/option/reportforms/PackageAllTrunklineTimePageReport.js

@ -119,7 +119,7 @@ export const columnList = [
label: '到仓平均干线时效(天)',
type: 1,
values: '',
width: '150',
width: '160',
checkarr: [],
fixed: false,
sortable: true,

Loading…
Cancel
Save