Commit b4bbce38 by liuchenxi

update: 会员分组时间bug

parent 034122bb
......@@ -136,7 +136,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