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