edit
This commit is contained in:
@ -76,15 +76,13 @@
|
||||
<div>{{ item?.pinganEnable ? '已开启' : '未开启' }}</div>
|
||||
</ng-template>
|
||||
<ng-template st-row="pufaEnable" let-item let-index="index">
|
||||
<div>{{ item?.pufaEnable ? '已开启' : '未开启' }}</div>
|
||||
<div >{{ item?.pufaEnable ? '已开启' : '未开启' }}</div>
|
||||
</ng-template>
|
||||
<ng-template st-row="pinganAccountEnable" let-item let-index="index">
|
||||
<div>{{ item?.pinganAccountEnable ? '已开启' : '未开启' }}</div>
|
||||
<div>{{ item?.pinganAccountEnable ? item?.pinganAccount : '' }}</div>
|
||||
<a (click)="createAccount(item,'1','pinganAccount')">{{ item?.pinganAccount || '开通子账户' }}</a>
|
||||
</ng-template>
|
||||
<ng-template st-row="pufaAccountEnable" let-item let-index="index">
|
||||
<div>{{ item?.pufaAccountEnable ? '已开启' : '未开启' }}</div>
|
||||
<div>{{ item?.pufaAccountEnable ? item?.pufaAccount : '' }}</div>
|
||||
<a (click)="createAccount(item,'2','pufaAccount')">{{ item?.pufaAccount || '开通子账户' }}</a>
|
||||
</ng-template>
|
||||
<ng-template st-row="invoiceEnable" let-item let-index="index">
|
||||
<div>{{ item?.invoiceEnable ? '已开启' : '未开启' }}</div>
|
||||
|
||||
Reference in New Issue
Block a user