Browse Source

内容管理

master
lucky 4 years ago
parent
commit
3258c90613
  1. 9
      src/components/Page/PageDate.vue

9
src/components/Page/PageDate.vue

@ -26,6 +26,15 @@
<a-icon class="ml-4 pointer" theme="twoTone" two-tone-color="#ff0000" type="delete" />
</a-popconfirm>
</template>
<!-- <div slot="expandedRowRender" slot-scope="record" style="margin: 0">
<div class="d-flex flex-nowrap justify-space-between mb-2">
<div>计划时间{{ record.planTime }}</div>
<div class="ml-8">实际时间{{ record.realTime }}</div>
<div class="ml-8">组织人{{ record.organizer }}</div>
</div>
<div>活动内容{{ record.content }}</div>
</div>-->
</a-table>
</div>
<a-empty v-else />

Loading…
Cancel
Save