Commit dd2cf7f2 by caoyanzhi

update: 弹窗推广列表bug

parent ba75ad90
......@@ -22,7 +22,7 @@
<el-table-column align="left" label="状态"></el-table-column>
<el-table-column align="left" label="操作" width="170"></el-table-column>
</el-table>
<div class="group-table" v-for="(group, i) in tableList" :key="i">
<div class="group-table" v-for="group in tableList" :key="group.id">
<div class="group-title">
<p class="title">
计划名称:{{ group.name }}<i>{{ formatDateTimeByType(group.beginTime, 'yyyy-MM-dd') + '至' + formatDateTimeByType(group.endTime, 'yyyy-MM-dd') }}</i>
......
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