Commit 18c9a209 by liuchenxi

Merge branch 'feature/3月会员标签' into dev

parents f25e3998 b4bbce38
......@@ -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