Commit 39298094 by caoyanzhi

fix: 修复会员分组开卡时间格式异常的bug

parent 352ad148
......@@ -142,7 +142,8 @@
</template>
<!-- 开卡时间 -->
<template v-if="item.code == 'crateCardDateString'">
<div>{{ scope.row.crateCardDateString }}</div>
<div>{{ scope.row.crateCardDateString | formatTimeYMD }}</div>
<div>{{ scope.row.crateCardDateString | formatTimeHMS }}</div>
</template>
<!-- 新增时间 -->
<template v-if="item.code == 'createTime'">
......
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