参会情况修改

This commit is contained in:
fengachen
2021-09-08 19:25:10 +08:00
parent dff860c5be
commit d59b1c1c02
13 changed files with 1031 additions and 347 deletions
@@ -77,7 +77,7 @@
<!-- 操作按钮区域-->
<div class="table-operator">
<a-button type="primary" icon="plus" @click="handleAdd">新增</a-button>
<a-button type="primary" icon="export" @click="handleExportXls('企业管理')">导出</a-button>
<a-button type="primary" icon="export" @click="handleExportXls('工作组会议维护')">导出</a-button>
<a-button type="danger" icon="delete" @click="batchDel">批量删除</a-button>
<a-button type="primary" @click="publishRemind">发布-提醒</a-button>
</div>