fix style
This commit is contained in:
@ -365,6 +365,7 @@ export class CancellationInvoiceComponent implements OnInit {
|
||||
title: '操作',
|
||||
width: '120px',
|
||||
fixed: 'right',
|
||||
className: 'text-center',
|
||||
buttons: [
|
||||
{ type: 'divider' },
|
||||
{
|
||||
|
||||
@ -284,6 +284,7 @@ export class ETCBlacklistComponent implements OnInit {
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
className: 'text-center',
|
||||
buttons: [
|
||||
{
|
||||
text: '删除',
|
||||
|
||||
@ -174,6 +174,7 @@ export class ETCInvoicedListComponent implements OnInit {
|
||||
{ title: '申请时间', index: 'orderReceivingTime', type: 'date' },
|
||||
{
|
||||
title: '操作',
|
||||
className: 'text-center',
|
||||
buttons: [
|
||||
{
|
||||
text: '交易明细',
|
||||
|
||||
@ -20,5 +20,5 @@
|
||||
<button nz-button nzType="primary" (click)="printOrder()">打印面单</button>
|
||||
</div>
|
||||
<st #st [data]="url" [columns]="columns" [req]="{ process:beforeReq }" [loading]="service.http.loading" [page]="{}"
|
||||
(change)="stChange($event)"></st>
|
||||
(change)="stChange($event)" [scroll]="{ x: '1200px' }" ></st>
|
||||
</nz-card>
|
||||
@ -407,6 +407,7 @@ export class InvoiceRequestedComponent implements OnInit {
|
||||
title: '操作',
|
||||
width: 125,
|
||||
fixed: 'right',
|
||||
className: 'text-center',
|
||||
buttons: [
|
||||
{ type: 'divider' },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user