fix: 修复打包错误
This commit is contained in:
parent
9af891c328
commit
3486bda8ab
@ -4,3 +4,4 @@ export * from './dept';
|
||||
export * from './menu';
|
||||
export * from './point';
|
||||
export * from './role';
|
||||
export * from './user';
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user