Commit 277351f9 by Kyle_Li

fix: 积分制度列表显示错误

parent 69098532
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
</el-table-column> </el-table-column>
<el-table-column prop="" label="微盟"> <el-table-column prop="" label="微盟">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-for="(item, index) in scope.row.channelList" v-show="item.channelType == 8" :key="index"> <span v-for="(item, index) in scope.row.channelList" v-show="item.channelType == 9" :key="index">
<span v-if="item.openStatus == 0">关闭</span> <span v-if="item.openStatus == 0">关闭</span>
<span v-else> <span v-else>
<span v-if="item.channelRelationProType == 1">通用</span> <span v-if="item.channelRelationProType == 1">通用</span>
......
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