【v3.8.3】默认首页改造

This commit is contained in:
JEECG
2025-09-14 10:37:29 +08:00
parent 81fb2ac3b2
commit 8c64db46e5
2 changed files with 12 additions and 4 deletions

View File

@ -22,7 +22,7 @@
<a-tag color="#87d068" v-if="text == 1">启用</a-tag>
</template>
<template #relationType="{ text, record }">
<span>{{ record.roleCode == 'DEF_INDEX_ALL' ? '--' : text }}</span>
<span>{{ record.roleCode == 'DEF_INDEX_ALL' ? '全局默认' : text }}</span>
</template>
<template #roleCode="{ text, record }">
<span>{{ record.roleCode == 'DEF_INDEX_ALL' ? '菜单默认首页' : text }}</span>