Commit baf3faf6 by Kyle_Li

会员分层参数修改

parent 21c7fd88
......@@ -164,10 +164,10 @@
tooltip-effect="dark"
style="width: 100%"
@selection-change="handleSelectionChange">
<el-table-column label="分层名称" prop="aliasName">
<el-table-column label="分层名称" prop="groupName">
<template slot-scope="scope">
<el-tooltip class="item" effect="dark" :content="scope.row.aliasName | aliasTips" placement="top-start">
<span>{{ scope.row.aliasName }}</span>
<el-tooltip class="item" effect="dark" :content="scope.row.describle" placement="top-start">
<span>{{ scope.row.groupName }}</span>
</el-tooltip>
</template>
</el-table-column>
......@@ -199,7 +199,7 @@
<el-table-column label="操作" width="150px">
<template slot-scope="scope">
<router-link
:to="`/memberLevelDetail?memberTagGradeId=${scope.row.memberTagGradeId}&aliasName=${scope.row.aliasName}`"
:to="`/memberLevelDetail?memberTagGradeId=${scope.row.memberTagGradeId}&aliasName=${scope.row.groupName}`"
class="edit-btn el-button--text p-r-12">
详情
</router-link>
......
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