edit
This commit is contained in:
@ -141,13 +141,12 @@ export class PayableOrderComponent extends BasicTableComponent implements OnInit
|
||||
sts: {
|
||||
type: 'string',
|
||||
title: '核销状态',
|
||||
enum: [
|
||||
{ value: 1, label: '已核销' },
|
||||
{ value: 0, label: '待核销' }
|
||||
],
|
||||
default: '',
|
||||
ui: {
|
||||
widget: 'select',
|
||||
placeholder: '请选择'
|
||||
widget: 'dict-select',
|
||||
containsAllLable: true,
|
||||
params: { dictKey: 'write:off:status' },
|
||||
containAllLable: true
|
||||
}
|
||||
},
|
||||
phxdate: {
|
||||
@ -223,7 +222,7 @@ export class PayableOrderComponent extends BasicTableComponent implements OnInit
|
||||
{ title: '银行水单', index: 'bankreceipt', width: 190 },
|
||||
{ title: '创建时间', index: 'createTime', width: 180 },
|
||||
// { title: '创建人', index: 'createUserIdLabel', width: 120 },
|
||||
{ title: '核销状态', index: 'sts', type: 'enum', enum: { 0: '待核销', 1: '已核销' }, width: 120 },
|
||||
{ title: '核销状态', index: 'stsLabel', width: 120 },
|
||||
{ title: '核销备注', index: 'remarks', width: 120 },
|
||||
{
|
||||
title: '操作',
|
||||
|
||||
Reference in New Issue
Block a user