Commit 4f1c28fa authored by honghy's avatar honghy Committed by wux

【后台-会员详情-等级记录】未实现点击匹配规则名称可打开等级规则详情的需求

parent 8155f41c
......@@ -282,8 +282,8 @@
</template>
</el-table-column>
<el-table-column :label="$t('匹配规则')" align="center">
<template v-slot="{ row }">
{{ row.configName }}
<template v-slot="{ row }" >
<el-button type="text" @click="$router.push('/member/operatingLevel?pageStatus=view&id=' + row.configId)">{{row.configName}}</el-button>
</template>
</el-table-column>
<el-table-column :label="$t('等级')" align="center">
......
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