edit
This commit is contained in:
@ -43,7 +43,7 @@ export class RoleManagementComponent implements OnInit {
|
||||
{
|
||||
text: '编辑',
|
||||
click: item => this.roleAction(item),
|
||||
iif: item => item.roleName !== '超级管理员'
|
||||
// iif: item => item.roleName !== '超级管理员'
|
||||
},
|
||||
{
|
||||
text: '删除',
|
||||
|
||||
@ -15,7 +15,7 @@ import { InvoiceRequestedComponent } from './components/invoice-requested/invoic
|
||||
import { InvoicedListComponent } from './components/invoiced-list/invoiced-list.component';
|
||||
|
||||
const routes: Routes = [
|
||||
{ path: 'invoice-requested', component: InvoiceRequestedComponent, data: { guard: { ability: ['TICKET-INVOICE-REQUESTED-list'] } } },
|
||||
{ path: 'invoice-requested', component: InvoiceRequestedComponent },
|
||||
{ path: 'invoice-requested/detail/:id', component: InvoiceRequestedDetailComponent },
|
||||
{ path: 'invoice-list', component: InvoicedListComponent },
|
||||
{ path: 'invoice-list/detail/:id', component: InvoiceDetailComponent },
|
||||
|
||||
@ -488,10 +488,6 @@
|
||||
"text": "协议配置",
|
||||
"link": "/system/agreement-config"
|
||||
},
|
||||
{
|
||||
"text": "审核驳回理由配置",
|
||||
"link": "/system/audit-reason-config"
|
||||
},
|
||||
{
|
||||
"text": "菜单管理",
|
||||
"link": "/menu-management/index"
|
||||
|
||||
Reference in New Issue
Block a user