Commit 0ae2ed9468d90fc96ecb981921a0f95756952c97
fix: 修复客户列表查看弹窗
Showing
1 changed file
with
2 additions
and
2 deletions
Too many changes to show.
To preserve performance only 1 of 18 files are displayed.
.umirc.ts
... | ... | @@ -75,14 +75,14 @@ export default defineConfig({ |
75 | 75 | name: '发票核销', |
76 | 76 | path: 'invoice', |
77 | 77 | icon: 'BookOutlined', |
78 | - access: 'canReadAdminAndFinance', | |
78 | + access: 'canReadAdminAndFinanceAndSales', | |
79 | 79 | component: './Invoice/Invoice', |
80 | 80 | }, |
81 | 81 | { |
82 | 82 | name: '银行流水', |
83 | 83 | path: 'invoiceVerification', |
84 | 84 | icon: 'BookOutlined', |
85 | - access: 'canReadAdminAndFinance', | |
85 | + access: 'canReadAdminAndFinanceAndSales', | |
86 | 86 | component: './Invoice/InvoiceVerification', |
87 | 87 | }, |
88 | 88 | { | ... | ... |