From 1c22b65361d81ef23bd76d0f76a3dce7ef72fd99 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 31 十月 2023 10:06:56 +0800 Subject: [PATCH] 拉代码 --- src/views/dashboard/components/PersonInfo.vue | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/dashboard/components/PersonInfo.vue b/src/views/dashboard/components/PersonInfo.vue index d054728..95693e4 100644 --- a/src/views/dashboard/components/PersonInfo.vue +++ b/src/views/dashboard/components/PersonInfo.vue @@ -29,10 +29,12 @@ </div> </template> <script setup lang="ts"> -import type { UserFilled } from '@element-plus/icons-vue' -import { computed, toRefs } from 'vue' +import { StarFilled, UserFilled } from '@element-plus/icons-vue' +import { toRefs } from 'vue' +import type { Worker } from '@/api/task' + export interface PersonInfoProps { - person: person + person: Worker } const props = defineProps<PersonInfoProps>() -- Gitblit v1.8.0