edit
This commit is contained in:
@ -99,8 +99,7 @@ export class DownloadComponentsListComponent implements OnInit {
|
||||
width: '170px',
|
||||
className: 'text-center',
|
||||
buttons: [
|
||||
{ text: '下载', click: (_record) => this.download(_record), iif: (item) => item.status === 1 },
|
||||
{ text: '删除', click: (_record) => this.delOne(_record), iif: (item) => item.status !== 0 },
|
||||
{ text: '下载', click: (_record) => this.download(_record)},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user