车辆接口更新
This commit is contained in:
@ -68,13 +68,19 @@ export class OrderManagementComplaintComponent implements OnInit {
|
||||
* 查询参数
|
||||
*/
|
||||
get reqParams() {
|
||||
const a:any = {};
|
||||
const a: any = {};
|
||||
if(this.resourceStatus) {
|
||||
a.complaintStatus = this.resourceStatus
|
||||
}
|
||||
const params: any = Object.assign({}, this.sf?.value || {});
|
||||
delete params._$expand;
|
||||
return {
|
||||
...a,
|
||||
...this.sf?.value,
|
||||
...params,
|
||||
complainantTime: {
|
||||
start: this.sf?.value?.complainantTime?.[0] || '',
|
||||
end: this.sf?.value?.complainantTime?.[1] || ''
|
||||
}
|
||||
};
|
||||
}
|
||||
get selectedRows() {
|
||||
@ -98,7 +104,7 @@ export class OrderManagementComplaintComponent implements OnInit {
|
||||
type: 'string',
|
||||
title: '投诉单号',
|
||||
},
|
||||
createTime: {
|
||||
complainantTime: {
|
||||
title: '投诉时间',
|
||||
type: 'string',
|
||||
ui: {
|
||||
|
||||
Reference in New Issue
Block a user