This commit is contained in:
wangshiming
2022-03-07 16:45:08 +08:00
parent 4593e3240e
commit 31959f9cbf

View File

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