车辆接口更新
This commit is contained in:
@ -1,3 +1,13 @@
|
||||
/*
|
||||
* @Description :
|
||||
* @Version : 1.0
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-01-18 15:57:44
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-01-20 15:23:12
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\financial-management\\components\\voucher-management\\voucher-management.component.ts
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
*/
|
||||
import { CurrencyPipe } from '@angular/common';
|
||||
import { Component, OnInit, ViewChild } from '@angular/core';
|
||||
import { Router } from '@angular/router';
|
||||
@ -320,15 +330,15 @@ export class VoucherManagementComponent implements OnInit {
|
||||
text: '浏览',
|
||||
click: (item: any) => this.router.navigate(['/financial-management/voucher-management/detail/' + item.id])
|
||||
},
|
||||
{
|
||||
text: '修改'
|
||||
},
|
||||
{
|
||||
text: '删除'
|
||||
},
|
||||
{
|
||||
text: '提交'
|
||||
}
|
||||
// {
|
||||
// text: '修改'
|
||||
// },
|
||||
// {
|
||||
// text: '删除'
|
||||
// },
|
||||
// {
|
||||
// text: '提交'
|
||||
// }
|
||||
]
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user