edit
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user