Commit 90ce6c0c by huaying

fix: 特殊欢迎语关联详情类型修改

parent bcdf273c
......@@ -10,7 +10,7 @@
<el-table-column prop="referName" label="关联名称" show-overflow-tooltip></el-table-column>
<el-table-column prop="type" label="类型">
<template slot-scope="{ row }">
{{ row.type == 1 ? '员工活码' : '引流链接' }}
{{ row.type == 1 ? '引流链接' : '员工活码' }}
</template>
</el-table-column>
<el-table-column prop="status" label="状态">
......
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