批量审核
This commit is contained in:
@ -283,7 +283,7 @@ tabs = {
|
||||
type: 'string',
|
||||
ui: {
|
||||
widget: 'dict-select',
|
||||
params: { dictKey: 'payment:status' },
|
||||
params: { dictKey: 'overall:payment:status' },
|
||||
containAllLable:true,
|
||||
visibleIf: {
|
||||
_$expand: (value: boolean) => value,
|
||||
@ -456,13 +456,13 @@ tabs = {
|
||||
render: 'goodsName'
|
||||
}, {
|
||||
title: '运费单价',
|
||||
className: 'text-left',
|
||||
className: 'text-right',
|
||||
width: '180px',
|
||||
index: 'freightPrice'
|
||||
render: 'freightPrice'
|
||||
},
|
||||
{
|
||||
title: '接单数量',
|
||||
className: 'text-left',
|
||||
className: 'text-right',
|
||||
index: 'goodsNumber',
|
||||
width: '180px',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user