fix: 修复打包错误
This commit is contained in:
parent
9af891c328
commit
3486bda8ab
@ -4,3 +4,4 @@ export * from './dept';
|
|||||||
export * from './menu';
|
export * from './menu';
|
||||||
export * from './point';
|
export * from './point';
|
||||||
export * from './role';
|
export * from './role';
|
||||||
|
export * from './user';
|
||||||
|
|||||||
@ -103,7 +103,7 @@ const jumpToDevice = (row: any) => {
|
|||||||
</template>
|
</template>
|
||||||
<template #deptIds="{ row }">
|
<template #deptIds="{ row }">
|
||||||
<TSpace>
|
<TSpace>
|
||||||
<TTag v-for="id in row.deptIds" :key="id">
|
<TTag theme="primary" v-for="id in row.deptIds" :key="id">
|
||||||
{{ deptOptionsMap[id] }}
|
{{ deptOptionsMap[id] }}
|
||||||
</TTag>
|
</TTag>
|
||||||
</TSpace>
|
</TSpace>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user