返佣
This commit is contained in:
@ -296,15 +296,11 @@ export class InvoiceRequestedComponent implements OnInit {
|
||||
otherremarks: {
|
||||
type: 'string',
|
||||
title: '其他需求',
|
||||
enum: [{ label: '全部', value: '' }],
|
||||
ui: {
|
||||
widget: 'select',
|
||||
placeholder: '请选择',
|
||||
visibleIf: {
|
||||
expand: (value: boolean) => value
|
||||
}
|
||||
},
|
||||
default: ''
|
||||
},
|
||||
createTime: {
|
||||
title: '申请时间',
|
||||
@ -335,7 +331,17 @@ export class InvoiceRequestedComponent implements OnInit {
|
||||
}
|
||||
},
|
||||
default: ''
|
||||
}
|
||||
},
|
||||
arto: {
|
||||
type: 'string',
|
||||
title: '购买人',
|
||||
ui: {
|
||||
placeholder: '请输入',
|
||||
visibleIf: {
|
||||
expand: (value: boolean) => value
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user