feat: 产品菜单路由权限
This commit is contained in:
@ -99,7 +99,7 @@ const addAccountVisible = ref(false);
|
||||
const deleteVisible = ref(false);
|
||||
const deleteTitle = ref('');
|
||||
|
||||
const enterpriseInfo = store.getEnterpriseInfo();
|
||||
const enterpriseInfo = store.enterpriseInfo;
|
||||
|
||||
const okText = computed(() => {
|
||||
if (!canAddAccount.value) {
|
||||
|
||||
@ -48,7 +48,7 @@ const form = reactive({
|
||||
name: '',
|
||||
});
|
||||
|
||||
const enterpriseInfo = store.getEnterpriseInfo();
|
||||
const enterpriseInfo = store.enterpriseInfo;
|
||||
|
||||
const columns = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user