fix: 修复引入
This commit is contained in:
parent
2193b77524
commit
510761b01c
@ -8,6 +8,7 @@ import {
|
|||||||
Link as TLink,
|
Link as TLink,
|
||||||
Space as TSpace,
|
Space as TSpace,
|
||||||
Switch as TSwitch,
|
Switch as TSwitch,
|
||||||
|
Tag as TTag
|
||||||
} from 'tdesign-vue-next';
|
} from 'tdesign-vue-next';
|
||||||
|
|
||||||
import { message } from '#/adapter/tdesign';
|
import { message } from '#/adapter/tdesign';
|
||||||
@ -117,7 +118,7 @@ const deptOptionsMap = computed(() => {
|
|||||||
|
|
||||||
<template #roleIds="{ row }">
|
<template #roleIds="{ row }">
|
||||||
<TSpace>
|
<TSpace>
|
||||||
<TTag v-for="id in row.roleIds" :key="id">
|
<TTag theme="primary" v-for="id in row.roleIds" :key="id">
|
||||||
{{ roleOptionsMap[id] }}
|
{{ roleOptionsMap[id] }}
|
||||||
</TTag>
|
</TTag>
|
||||||
</TSpace>
|
</TSpace>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user