fix(系统管理): 修改部分X-Pack增强包问题 & 权限补充
This commit is contained in:
parent
0700c81946
commit
3d4adabb0f
|
@ -34,7 +34,7 @@
|
||||||
{{ record.enableThirdPart ? t('system.orgTemplate.yes') : t('system.orgTemplate.no') }}
|
{{ record.enableThirdPart ? t('system.orgTemplate.yes') : t('system.orgTemplate.no') }}
|
||||||
</template>
|
</template>
|
||||||
<template #operation="{ record }">
|
<template #operation="{ record }">
|
||||||
<div v-if="!record.enablePlatformDefault" class="flex flex-row flex-nowrap items-center">
|
<div class="flex flex-row flex-nowrap items-center">
|
||||||
<MsButton v-permission="['ORGANIZATION_TEMPLATE:READ+UPDATE']" @click="editTemplate(record.id)">{{
|
<MsButton v-permission="['ORGANIZATION_TEMPLATE:READ+UPDATE']" @click="editTemplate(record.id)">{{
|
||||||
t('system.orgTemplate.edit')
|
t('system.orgTemplate.edit')
|
||||||
}}</MsButton>
|
}}</MsButton>
|
||||||
|
|
Loading…
Reference in New Issue