|
|
|
@ -119,8 +119,8 @@ export const columnList = [
|
|
|
|
|
isshowSummary: false, //开启统计
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'noOpenNoFreezeNum', |
|
|
|
|
label: '未开单未处理数', |
|
|
|
|
prop: 'noOpenNoChaoNum', |
|
|
|
|
label: '未开单未超时数', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
@ -131,8 +131,32 @@ export const columnList = [
|
|
|
|
|
isshowSummary: true, //开启统计
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'noOpenNoFreezeRate', |
|
|
|
|
label: '未处理占比', |
|
|
|
|
prop: 'noOpenNoChaoRate', |
|
|
|
|
label: '未开单未超时占比', |
|
|
|
|
type: 6, |
|
|
|
|
values: '', |
|
|
|
|
width: '200', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: false, //开启统计
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'noOpenChaoNum', |
|
|
|
|
label: '未开单超时数', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, //开启统计
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'noOpenChaoRate', |
|
|
|
|
label: '未开单超时占比', |
|
|
|
|
type: 6, |
|
|
|
|
values: '', |
|
|
|
|
width: '200', |
|
|
|
|