edit
This commit is contained in:
@ -138,9 +138,9 @@ export class TransactionFlowComponent {
|
|||||||
title: '账户类型',
|
title: '账户类型',
|
||||||
enum: [
|
enum: [
|
||||||
{ label: '全部', value: '' },
|
{ label: '全部', value: '' },
|
||||||
{ label: '货主端', value: '1' },
|
{ label: '货主账户', value: '1' },
|
||||||
{ label: '司机端', value: '2' },
|
{ label: '司机账户', value: '2' },
|
||||||
{ label: '司机端', value: '3' }
|
{ label: '运营商账户', value: '3' }
|
||||||
],
|
],
|
||||||
ui: {
|
ui: {
|
||||||
widget: 'select',
|
widget: 'select',
|
||||||
|
|||||||
Reference in New Issue
Block a user