|
|
|
@ -24,7 +24,6 @@ export const columnList = [
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, //开启统计
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'vehicleLicenseNumber', |
|
|
|
@ -169,6 +168,7 @@ export const columnList = [
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
isshowSummary: true, //开启统计
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'remarks', |
|
|
|
@ -278,7 +278,7 @@ export const columnList = [
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'actualPickupDuration', |
|
|
|
|
label: '实际提货时效', |
|
|
|
|
label: '实际提货时效(h)', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '180', |
|
|
|
@ -289,7 +289,7 @@ export const columnList = [
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'standardPickupDuration', |
|
|
|
|
label: '提货标准时效', |
|
|
|
|
label: '提货标准时效(h)', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
@ -319,7 +319,17 @@ export const columnList = [
|
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
{ |
|
|
|
|
prop: 'createUserName', |
|
|
|
|
label: '创建人', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
// {
|
|
|
|
|
// prop: 'createUserName',
|
|
|
|
|
// label: '操作',
|
|
|
|
|