mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 后管桩详情页面个人桩板块
This commit is contained in:
@@ -99,19 +99,21 @@
|
||||
|
||||
<!-- <div ></div> -->
|
||||
</el-card>
|
||||
<div class="advContent" v-if="personalPileInfoList">
|
||||
<div class="advContent" v-if="personalPileInfoList" v-for="personalPileInfo in personalPileInfoList">
|
||||
<el-card class="box-card" shadow="hover">
|
||||
<div slot="header" class="clearfix">
|
||||
<span>个人桩信息</span>
|
||||
</div>
|
||||
<!-- 表格 -->
|
||||
<div style="margin: 10px 0" v-for="personalPileInfo in personalPileInfoList">
|
||||
<div style="margin: 10px 0" >
|
||||
<el-descriptions :column="1" border>
|
||||
<el-descriptions-item label="所属会员">
|
||||
<el-descriptions-item label="所属会员 id">
|
||||
{{personalPileInfo.memberId}}
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item label="身份类型">
|
||||
{{personalPileInfo.type}}
|
||||
<span v-if="personalPileInfo.type == 1">管理员</span>
|
||||
<span v-if="personalPileInfo.type == 2">普通用户</span>
|
||||
|
||||
</el-descriptions-item>
|
||||
</el-descriptions>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user