Commit 4ae2fc00 authored by mengwenhao's avatar mengwenhao

fix:生活号个人未认证状态调整

parent 0b978b91
<template>
<div class="life-no-detail">
<el-page-header @back="goBack" content="生活号详情页面"> </el-page-header>
<el-page-header
@back="goBack"
content="生活号详情页面"
> </el-page-header>
<el-card class="management">
<h4 class="titleInfo">生活号信息</h4>
<el-descriptions :column="3" border>
<el-descriptions
:column="3"
border
>
<template #extra> </template>
<el-descriptions-item>
<template #label> ID </template>
......@@ -15,8 +21,7 @@
</el-descriptions-item>
<el-descriptions-item>
<template #label> 状态 </template>
{{ life_account.life_account_status == 1 ? "正常" : "" }}
{{ life_account.life_account_status == 1 ? "正常" : "个人未认证" }}
</el-descriptions-item>
<el-descriptions-item>
<template #label> 创建人昵称 </template>
......@@ -34,7 +39,10 @@
</el-card>
<el-card class="management">
<h4 class="titleInfo">类型信息</h4>
<el-descriptions :column="3" border>
<el-descriptions
:column="3"
border
>
<template #extra> </template>
<div v-if="company_auth_record">
<el-descriptions-item>
......@@ -65,12 +73,27 @@
<el-card class="management">
<h4 class="titleInfo">用户信息</h4>
<div class="accountRoleList">
<el-table :data="accountRoleList" border style="width: 100%">
<el-table-column prop="nick_name" label="昵称" width="180">
<el-table
:data="accountRoleList"
border
style="width: 100%"
>
<el-table-column
prop="nick_name"
label="昵称"
width="180"
>
</el-table-column>
<el-table-column prop="mobile" label="账号" width="180">
<el-table-column
prop="mobile"
label="账号"
width="180"
>
</el-table-column>
<el-table-column :formatter="roleRangeFormat" label="管理员">
<el-table-column
:formatter="roleRangeFormat"
label="管理员"
>
</el-table-column>
</el-table>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment