fix: 修复打包错误

This commit is contained in:
cnb.aUOqoEV4wEA 2025-11-12 16:53:26 +08:00
parent 9af891c328
commit 3486bda8ab
2 changed files with 2 additions and 1 deletions

View File

@ -4,3 +4,4 @@ export * from './dept';
export * from './menu';
export * from './point';
export * from './role';
export * from './user';

View File

@ -103,7 +103,7 @@ const jumpToDevice = (row: any) => {
</template>
<template #deptIds="{ row }">
<TSpace>
<TTag v-for="id in row.deptIds" :key="id">
<TTag theme="primary" v-for="id in row.deptIds" :key="id">
{{ deptOptionsMap[id] }}
</TTag>
</TSpace>