Commit 85c6c00a by 陈羽

update: 1

parent 9935855a
......@@ -90,7 +90,7 @@
</el-table-column>
<el-table-column label="类型" align="left" min-width="100" prop="status">
<template slot-scope="scope">
{{ scope.row.channelType ? (scope.row.channelType === 2100 ? '导购验证码' : '短信验证码') : '' }}
{{ scope.row.channelType ? (scope.row.channelType === '2100' ? '导购验证码' : '短信验证码') : '' }}
</template>
</el-table-column>
<el-table-column label="状态" align="left" width="100" prop="status">
......
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