账户信息组件 增加等级、成长值和积分的显示。
增加一些配套的svg 图标。 增加tab 的懒加载。
This commit is contained in:
@ -74,12 +74,7 @@ import { formatDate } from '@/utils/formatTime'
|
||||
import * as UserApi from '@/api/member/user'
|
||||
import { DescriptionsItemLabel } from '@/components/Descriptions/index'
|
||||
|
||||
const { user }: { user: UserApi.UserVO } = defineProps({
|
||||
user: {
|
||||
type: UserApi.UserVO,
|
||||
required: true
|
||||
}
|
||||
})
|
||||
const { user } = defineProps<{ user: UserApi.UserVO }>()
|
||||
</script>
|
||||
<style scoped lang="scss">
|
||||
.card-header {
|
||||
|
||||
Reference in New Issue
Block a user