车辆接口更新
This commit is contained in:
@ -235,7 +235,7 @@ export class PaymentOrderComponent implements OnInit {
|
|||||||
width: 120,
|
width: 120,
|
||||||
type: 'widget',
|
type: 'widget',
|
||||||
className: 'text-right',
|
className: 'text-right',
|
||||||
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.paymoney }) }
|
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.payMoney }) }
|
||||||
},
|
},
|
||||||
{ title: '付款类型', index: 'payTypeLabel', width: 130 },
|
{ title: '付款类型', index: 'payTypeLabel', width: 130 },
|
||||||
{ title: '付款方式', index: 'payModeLabel', width: 130 },
|
{ title: '付款方式', index: 'payModeLabel', width: 130 },
|
||||||
|
|||||||
@ -6,6 +6,7 @@ import { NzModalService } from 'ng-zorro-antd/modal';
|
|||||||
import { of } from 'rxjs';
|
import { of } from 'rxjs';
|
||||||
import { map } from 'rxjs/operators';
|
import { map } from 'rxjs/operators';
|
||||||
import { SystemService } from '../../services/system.service';
|
import { SystemService } from '../../services/system.service';
|
||||||
|
import { environment } from '@env/environment';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-sys-setting-components-announcement-message',
|
selector: 'app-sys-setting-components-announcement-message',
|
||||||
@ -125,7 +126,7 @@ export class AnnouncementMessageComponent implements OnInit {
|
|||||||
type: 'string',
|
type: 'string',
|
||||||
title: '发布平台',
|
title: '发布平台',
|
||||||
enum: [
|
enum: [
|
||||||
{ label: '运营后台', value: 1 },
|
{ label: '运营后台', value: environment.appId },
|
||||||
{ label: '货主后台', value: 2 },
|
{ label: '货主后台', value: 2 },
|
||||||
{ label: '司机端', value: 3 }
|
{ label: '司机端', value: 3 }
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user