Commit adca2c0b authored by honghy's avatar honghy Committed by wux

【后台-会员详情】无会员等级信息时,【详情】、【更新】按钮

parent 5588dc0e
...@@ -77,10 +77,10 @@ ...@@ -77,10 +77,10 @@
<el-descriptions-item :label="$t('会员等级')"> <el-descriptions-item :label="$t('会员等级')">
<el-image v-if="this.levelDetails.configId" :src="details.userScoreLevelInfo!=null?details.userScoreLevelInfo.levelIcon:null" style="width: 20px; height: 20px">{{ $t("") }}</el-image> <el-image v-if="this.levelDetails.configId" :src="details.userScoreLevelInfo!=null?details.userScoreLevelInfo.levelIcon:null" style="width: 20px; height: 20px">{{ $t("") }}</el-image>
{{ details.userScoreLevelInfo.level!=null?(isChinese ? handleMemberShipLevels(details.userScoreLevelInfo.level).label : handleMemberShipLevels(details.userScoreLevelInfo.level).labelEn):null }} {{ details.userScoreLevelInfo.level!=null?(isChinese ? handleMemberShipLevels(details.userScoreLevelInfo.level).label : handleMemberShipLevels(details.userScoreLevelInfo.level).labelEn):null }}
<el-button v-has-permi="['member:detail']" type="primary" class="copy-btn" v-if="this.levelDetails.configId" @click="openLevelDetail()"> <el-button v-has-permi="['member:detail']" type="primary" class="copy-btn" @click="openLevelDetail()">
{{ $t("详情") }} {{ $t("详情") }}
</el-button> </el-button>
<el-button v-has-permi="['member:detail:update']" type="primary" v-if="this.levelDetails.configId" @click="openLevelDetail(1)"> <el-button v-has-permi="['member:detail:update']" type="primary" @click="openLevelDetail(1)">
{{ $t("更新") }} {{ $t("更新") }}
</el-button> </el-button>
</el-descriptions-item> </el-descriptions-item>
......
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