fix:【ele】【member】会员详情的修改按钮不生效
This commit is contained in:
@@ -70,7 +70,6 @@ onMounted(async () => {
|
|||||||
<Page auto-content-height>
|
<Page auto-content-height>
|
||||||
<FormModal @success="refreshTab" />
|
<FormModal @success="refreshTab" />
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<!-- TODO @芋艿:这里的 title 怎么办? -->
|
|
||||||
<BasicInfo v-if="user" class="w-3/5" :user="user" mode="member">
|
<BasicInfo v-if="user" class="w-3/5" :user="user" mode="member">
|
||||||
<template #title> 基本信息 </template>
|
<template #title> 基本信息 </template>
|
||||||
<template #extra>
|
<template #extra>
|
||||||
|
|||||||
@@ -64,11 +64,10 @@ const [Descriptions] = useDescription({
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<ElCard>
|
<ElCard>
|
||||||
<template #title>
|
<template #header>
|
||||||
<slot name="title"></slot>
|
<span class="font-medium">
|
||||||
</template>
|
<slot name="title"></slot>
|
||||||
<template #extra>
|
</span>
|
||||||
<slot name="extra"></slot>
|
|
||||||
</template>
|
</template>
|
||||||
<Descriptions
|
<Descriptions
|
||||||
:data="{
|
:data="{
|
||||||
|
|||||||
@@ -72,11 +72,15 @@ const [Descriptions] = useDescription({
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<ElCard>
|
<ElCard>
|
||||||
<template #title>
|
<template #header>
|
||||||
<slot name="title"></slot>
|
<div class="flex justify-between">
|
||||||
</template>
|
<span class="font-medium">
|
||||||
<template #extra>
|
<slot name="title"></slot>
|
||||||
<slot name="extra"></slot>
|
</span>
|
||||||
|
<div class="h-[10px]">
|
||||||
|
<slot name="extra"></slot>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<ElRow v-if="mode === 'member'" :gutter="24">
|
<ElRow v-if="mode === 'member'" :gutter="24">
|
||||||
<ElCol :span="6">
|
<ElCol :span="6">
|
||||||
|
|||||||
Reference in New Issue
Block a user