|
@ -26,6 +26,15 @@ |
|
|
<a-icon class="ml-4 pointer" theme="twoTone" two-tone-color="#ff0000" type="delete" /> |
|
|
<a-icon class="ml-4 pointer" theme="twoTone" two-tone-color="#ff0000" type="delete" /> |
|
|
</a-popconfirm> |
|
|
</a-popconfirm> |
|
|
</template> |
|
|
</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> |
|
|
</a-table> |
|
|
</div> |
|
|
</div> |
|
|
<a-empty v-else /> |
|
|
<a-empty v-else /> |
|
|