Commit 75c7b07a by caoyanzhi

update: 卡券关联列表排序

parent de8f094a
......@@ -7,7 +7,7 @@
</div>
<el-button v-if="$getButtonLimit($buttonCode.marketingConnectLogs)" :limit-code="$buttonCode.marketingConnectLogs" style="float: right;color:#2F54EB;border-color:#2F54EB" @click="$router.push('/card/async-logs')">错误日志</el-button>
<el-table :data="tableData" style="margin-top: 20px">
<el-table-column label="绑定时间" sortable>
<el-table-column label="绑定时间" sortable sort-by="createDate">
<template slot-scope="{ row }">{{ formatDateTimeByType(row.createDate) }}</template>
</el-table-column>
<el-table-column label="卡券名称 (达摩侧) " prop="cardName"></el-table-column>
......
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