Browse Source

优化时效报表配置表头显示

dev
qb 2 weeks ago
parent
commit
92211013b3
  1. 2
      src/option/reportformsOption/AllTrunklineConfig.js
  2. 2
      src/option/reportformsOption/CheckWaybillConfig.js
  3. 2
      src/option/reportformsOption/DespatchConfig.js
  4. 2
      src/option/reportformsOption/OpenTimeConfig.js
  5. 2
      src/option/reportformsOption/TransferConfig.js

2
src/option/reportformsOption/AllTrunklineConfig.js

@ -49,7 +49,7 @@ export const columnList = [
},
{
prop: 'hoursTime',
label: '时效',
label: '时效(小时)',
type: 1,
values: '',
width: '150',

2
src/option/reportformsOption/CheckWaybillConfig.js

@ -49,7 +49,7 @@ export const columnList = [
},
{
prop: 'hoursTime',
label: '时效',
label: '时效(小时)',
type: 1,
values: '',
width: '150',

2
src/option/reportformsOption/DespatchConfig.js

@ -49,7 +49,7 @@ export const columnList = [
},
{
prop: 'hoursTime',
label: '时效',
label: '时效(小时)',
type: 1,
values: '',
width: '150',

2
src/option/reportformsOption/OpenTimeConfig.js

@ -38,7 +38,7 @@ export const columnList = [
},
{
prop: 'hoursTime',
label: '时效',
label: '时效(小时)',
type: 1,
values: '',
width: '150',

2
src/option/reportformsOption/TransferConfig.js

@ -38,7 +38,7 @@ export const columnList = [
},
{
prop: 'hoursTime',
label: '时效',
label: '时效(小时)',
type: 1,
values: '',
width: '150',

Loading…
Cancel
Save