This commit is contained in:
Taric Xin
2022-05-07 17:57:54 +08:00
parent 5793fed56d
commit 644152472d

View File

@ -174,6 +174,13 @@ export class RefundRecordComponent extends BasicTableComponent implements OnInit
placeholder: '请输入' placeholder: '请输入'
} }
}, },
captainName: {
type: 'string',
title: '收款人',
ui: {
placeholder: '请输入'
}
},
enterpriseProjectName: { enterpriseProjectName: {
type: 'string', type: 'string',
title: '所属项目', title: '所属项目',