Commit 7c9410d7 by caoyanzhi

update: 客户详情-会员卡等级到期时间添加永久有效

parent c1e0a50f
......@@ -250,7 +250,8 @@
{{ memberInfo.cardGivingTime|formatTime }}
</el-descriptions-item>
<el-descriptions-item label="等级到期时间:">
{{ memberInfo.limitTime|formatTime }}
<template v-if="memberInfo.limitTime == -1">永久有效</template>
<template v-else>{{memberInfo.limitTime|formatTime}}</template>
</el-descriptions-item>
</el-descriptions>
</template>
......
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