Commit e790ae13 by liuchenxi

update: 分组详情列表调整

parent 055e6622
......@@ -175,11 +175,11 @@
</template>
<!-- 开卡导购 -->
<template v-if="item.code == 'openClerkId'">
{{ scope.row.openClerkId }}
{{ row.openClerkName || '--' }}
</template>
<!-- 专属导购 -->
<template v-if="item.code == 'clerkId'">
{{ scope.row.clerkId }}
{{ row.clerkName || '--' }}
</template>
<!-- 会员状态 -->
<template v-if="item.code == 'frozenStatus'">
......
......@@ -200,11 +200,11 @@
</template>
<!-- 开卡导购 -->
<template v-if="item.code == 'openClerkId'">
{{ scope.row.openClerkId }}
{{ row.openClerkName || '--' }}
</template>
<!-- 专属导购 -->
<template v-if="item.code == 'clerkId'">
{{ scope.row.clerkId }}
{{ row.clerkName || '--' }}
</template>
<!-- 会员状态 -->
<template v-if="item.code == 'frozenStatus'">
......
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