edit
This commit is contained in:
@ -14,9 +14,9 @@
|
|||||||
[page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
|
[page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
|
||||||
[loading]="false" [scroll]="{ y: '370px' }">
|
[loading]="false" [scroll]="{ y: '370px' }">
|
||||||
<ng-template st-row="paAccount" let-item let-index="index">
|
<ng-template st-row="paAccount" let-item let-index="index">
|
||||||
<a (click)="createAccount(item,'1')" acl [acl-ability]="['USERCENTER-FREIGHT-LIST-createAccount']" >{{ item.paAccount || '添加' }}</a>
|
<a (click)="createAccount(item,'1')" acl [acl-ability]="['USERCENTER-DRIVER-LIST-createAccount']" >{{ item.paAccount || '添加' }}</a>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
<ng-template st-row="pfAccount" let-item let-index="index">
|
<ng-template st-row="pfAccount" let-item let-index="index">
|
||||||
<a (click)="createAccount(item,'2')" acl [acl-ability]="['USERCENTER-FREIGHT-LIST-createAccount']" >{{ item.pfAccount || '添加' }}</a>
|
<a (click)="createAccount(item,'2')" acl [acl-ability]="['USERCENTER-DRIVER-LIST-createAccount']" >{{ item.pfAccount || '添加' }}</a>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</st>
|
</st>
|
||||||
Reference in New Issue
Block a user