fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2021-12-24 15:54:08
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-02-11 15:36:29
|
||||
* @LastEditTime : 2022-02-14 14:39:47
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\sys-setting\\components\\network-freight\\network-freight.component.html
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
-->
|
||||
@ -55,15 +55,6 @@
|
||||
[loading]="service.http.loading"
|
||||
(change)="stChange($event)"
|
||||
>
|
||||
<ng-template st-row="electronicInvoiceAccount" let-item let-index="index">
|
||||
<a href="javascript:;" (click)="setMakeInvoice()">设置</a>
|
||||
</ng-template>
|
||||
<ng-template st-row="etcAccount" let-item let-index="index">
|
||||
<a href="javascript:;" (click)="setMakeInvoice()">设置</a>
|
||||
</ng-template>
|
||||
<ng-template st-row="electronicContractAccount" let-item let-index="index">
|
||||
<a href="javascript:;" (click)="setMakeInvoice()">设置</a>
|
||||
</ng-template>
|
||||
<ng-template st-row="bankName" let-item let-index="index">
|
||||
<a href="javascript:;" (click)="setMakeInvoice()">开通子账户</a>
|
||||
</ng-template>
|
||||
|
||||
Reference in New Issue
Block a user