fix(系统管理): 修改部分X-Pack增强包问题 & 权限补充

This commit is contained in:
xinxin.wu 2024-01-30 17:34:00 +08:00 committed by 刘瑞斌
parent 0700c81946
commit 3d4adabb0f
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
{{ record.enableThirdPart ? t('system.orgTemplate.yes') : t('system.orgTemplate.no') }}
</template>
<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)">{{
t('system.orgTemplate.edit')
}}</MsButton>