车辆接口更新
This commit is contained in:
@ -70,7 +70,7 @@ export class CostManagementDetailComponent implements OnInit {
|
|||||||
],
|
],
|
||||||
collection: [
|
collection: [
|
||||||
{ title: '序号', index: 'no' },
|
{ title: '序号', index: 'no' },
|
||||||
{ title: '费用明细号', index: 'callNo' },
|
{ title: '费用明细号', index: 'waybillLId' },
|
||||||
{ title: '收款单号', index: 'callNo' },
|
{ title: '收款单号', index: 'callNo' },
|
||||||
{ title: '收款日期', index: 'callNo' },
|
{ title: '收款日期', index: 'callNo' },
|
||||||
{ title: '收款状态', index: 'callNo' },
|
{ title: '收款状态', index: 'callNo' },
|
||||||
|
|||||||
@ -1,3 +1,13 @@
|
|||||||
|
/*
|
||||||
|
* @Description :
|
||||||
|
* @Version : 1.0
|
||||||
|
* @Author : Shiming
|
||||||
|
* @Date : 2021-12-08 13:38:19
|
||||||
|
* @LastEditors : Shiming
|
||||||
|
* @LastEditTime : 2022-01-19 09:23:10
|
||||||
|
* @FilePath : \\tms-obc-web\\src\\environments\\eascs\\environment.prod.ts
|
||||||
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
|
*/
|
||||||
import { Environment } from '@delon/theme';
|
import { Environment } from '@delon/theme';
|
||||||
|
|
||||||
export const environment = {
|
export const environment = {
|
||||||
@ -8,4 +18,13 @@ export const environment = {
|
|||||||
refreshTokenEnabled: false,
|
refreshTokenEnabled: false,
|
||||||
refreshTokenType: 'auth-refresh',
|
refreshTokenType: 'auth-refresh',
|
||||||
},
|
},
|
||||||
|
pro: {
|
||||||
|
theme: 'dark',
|
||||||
|
menu: 'side',
|
||||||
|
contentWidth: 'fluid',
|
||||||
|
fixedHeader: true,
|
||||||
|
autoHideHeader: false,
|
||||||
|
fixSiderbar: true,
|
||||||
|
onlyIcon: false,
|
||||||
|
}
|
||||||
} as Environment;
|
} as Environment;
|
||||||
|
|||||||
@ -11,4 +11,6 @@
|
|||||||
|
|
||||||
.error-color {
|
.error-color {
|
||||||
color: #ff4d4f;
|
color: #ff4d4f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@primary-color: #F5222D;
|
||||||
Reference in New Issue
Block a user