|
|
|
@ -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, |
|
|
|
|