Commit 7b813d24 by liuchenxi

update: 详情字段

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