批量审核

This commit is contained in:
wangshiming
2022-01-17 19:05:56 +08:00
parent b26a6a8b2c
commit 2246e31d68
6 changed files with 42 additions and 15 deletions

View File

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