This commit is contained in:
1107302052
2022-03-18 00:54:13 +08:00
parent 759c829c4d
commit cadf4acd85
9 changed files with 47 additions and 33 deletions

View File

@ -377,12 +377,11 @@ export class FreightComponentsListComponent implements OnInit {
{
title: '操作',
width: '110px',
className: 'text-center',
className: 'text-center block-td',
fixed: 'right',
buttons: [
{ type: 'divider' },
{
text: '查看  <br>',
text: '查看',
acl: { ability: ['USERCENTER-FREIGHT-LIST-view'] },
click: item => {
this.router.navigate(['./detail', item.id], { relativeTo: this.ar });