状态更新
This commit is contained in:
@ -241,6 +241,7 @@ export class PaymentOrderComponent implements OnInit {
|
|||||||
{ title: '付款备注', index: 'callNo' },
|
{ title: '付款备注', index: 'callNo' },
|
||||||
{
|
{
|
||||||
title: '操作',
|
title: '操作',
|
||||||
|
width: '90px',
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: '浏览',
|
text: '浏览',
|
||||||
|
|||||||
@ -296,6 +296,7 @@ export class VoucherManagementComponent implements OnInit {
|
|||||||
{ title: '创建人', index: 'sts' },
|
{ title: '创建人', index: 'sts' },
|
||||||
{
|
{
|
||||||
title: '操作',
|
title: '操作',
|
||||||
|
width: '90px',
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: '浏览'
|
text: '浏览'
|
||||||
|
|||||||
@ -16,8 +16,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ant-tabs-tab-btn {
|
.ant-tabs-tab-btn {
|
||||||
padding-left : 16px;
|
|
||||||
padding-right: 16px;
|
padding-right: 16px;
|
||||||
|
padding-left : 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-truncate {
|
.text-truncate {
|
||||||
@ -26,16 +26,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.expend-options {
|
.expend-options {
|
||||||
margin-top: 0px;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (min-width: 1200px) {
|
@media (min-width: 1200px) {
|
||||||
.expend-options {
|
.expend-options {
|
||||||
max-width: 400px;
|
|
||||||
position : absolute;
|
position : absolute;
|
||||||
right : 0;
|
right : 0;
|
||||||
bottom : 25px;
|
bottom : 25px;
|
||||||
|
max-width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -254,10 +254,10 @@ export class WithdrawalsRecordComponent implements OnInit {
|
|||||||
{ title: '失败原因', index: 'failCause', width: 150 },
|
{ title: '失败原因', index: 'failCause', width: 150 },
|
||||||
{
|
{
|
||||||
title: '操作',
|
title: '操作',
|
||||||
width: 120,
|
width: '110px',
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: '审核',
|
text: '审核 ',
|
||||||
iif: item => item.refundStatus === '1',
|
iif: item => item.refundStatus === '1',
|
||||||
click: item => this.auditAction(item)
|
click: item => this.auditAction(item)
|
||||||
},
|
},
|
||||||
@ -267,7 +267,7 @@ export class WithdrawalsRecordComponent implements OnInit {
|
|||||||
// click: item => this.auditAction(item)
|
// click: item => this.auditAction(item)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: '详情',
|
text: '详情 ',
|
||||||
click: item => this.router.navigate(['/financial-management/withdrawals-record/detail/' + item.id])
|
click: item => this.router.navigate(['/financial-management/withdrawals-record/detail/' + item.id])
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user