This commit is contained in:
Taric Xin
2022-04-01 09:43:19 +08:00
parent 627f790edc
commit cd7b1775f6

View File

@ -138,9 +138,9 @@ export class TransactionFlowComponent {
title: '账户类型',
enum: [
{ label: '全部', value: '' },
{ label: '货主', value: '1' },
{ label: '司机', value: '2' },
{ label: '司机端', value: '3' }
{ label: '货主账户', value: '1' },
{ label: '司机账户', value: '2' },
{ label: '运营商账户', value: '3' }
],
ui: {
widget: 'select',