|
@@ -1,7 +1,5 @@
|
|
|
<template>
|
|
|
<div class="app-container">
|
|
|
- <!-- <div class="setting_title">个人信息</div>
|
|
|
- <el-divider></el-divider> -->
|
|
|
<div v-if="!isRenew">
|
|
|
<div class="userInfo">
|
|
|
<el-row>
|
|
@@ -15,33 +13,18 @@
|
|
|
:limit="1"
|
|
|
@getFiles="getFiles"
|
|
|
/>
|
|
|
- <!-- <el-image style="width: 100px;height: 100px;border-radius: 50%;" :src="userInfo.minLogo3"></el-image> -->
|
|
|
- <!-- <div class="img">
|
|
|
- <i class="el-icon-camera"></i>
|
|
|
- </div> -->
|
|
|
</div>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<div style="height: 120px; display: flex; flex-direction: column; justify-content: space-around">
|
|
|
<div>用户名: {{ userInfo.nickName }}</div>
|
|
|
<div>负责人: {{ userInfo.linkName }}</div>
|
|
|
- <div>开通时间: {{ userInfo.companyOpenTime ? userInfo.companyOpenTime.substring(0, 10) : '' }}</div>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
<div style="height: 120px; display: flex; flex-direction: column; justify-content: space-around">
|
|
|
<div>账号: {{ userInfo.userName }}</div>
|
|
|
<div>手机号码: {{ userInfo.linkPhone }}</div>
|
|
|
- <div class="flex">
|
|
|
- <span style="color: #169dff; margin-right: 10px"
|
|
|
- >到期时间: {{ userInfo.companyExpireTime ? userInfo.companyExpireTime.substring(0, 10) : '' }}</span
|
|
|
- >
|
|
|
- <el-tooltip effect="dark" content="账号到期后将自动停用系统功能,续费后功能恢复使用!" placement="top">
|
|
|
- <i class="el-icon-question icon-question"></i>
|
|
|
- </el-tooltip>
|
|
|
- <!-- <el-button style="margin: 0 20px" size="small" type="primary" @click="renew">续费</el-button> -->
|
|
|
- <!-- <el-button size="small" plain type="primary" @click="payRecords">购买记录</el-button> -->
|
|
|
- </div>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
</el-row>
|