车辆接口更新

This commit is contained in:
wangshiming
2022-01-19 09:28:29 +08:00
parent 4ccb9db42a
commit c442051454
3 changed files with 23 additions and 2 deletions

View File

@ -70,7 +70,7 @@ export class CostManagementDetailComponent implements OnInit {
],
collection: [
{ title: '序号', index: 'no' },
{ title: '费用明细号', index: 'callNo' },
{ title: '费用明细号', index: 'waybillLId' },
{ title: '收款单号', index: 'callNo' },
{ title: '收款日期', index: 'callNo' },
{ title: '收款状态', index: 'callNo' },

View File

@ -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';
export const environment = {
@ -8,4 +18,13 @@ export const environment = {
refreshTokenEnabled: false,
refreshTokenType: 'auth-refresh',
},
pro: {
theme: 'dark',
menu: 'side',
contentWidth: 'fluid',
fixedHeader: true,
autoHideHeader: false,
fixSiderbar: true,
onlyIcon: false,
}
} as Environment;

View File

@ -12,3 +12,5 @@
.error-color {
color: #ff4d4f;
}
@primary-color: #F5222D;