消息查看问题,进度条ie兼容问题,bug修改

This commit is contained in:
zhaoxiao
2021-10-21 16:21:27 +08:00
parent 77a0bec433
commit a9a617ad9e
9 changed files with 70 additions and 48 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
<!-- 操作按钮区域-->
<div class="table-operator">
<a-button type="primary" icon="plus" @click="handleAdd" v-has="'packCompany:add'">新增</a-button>
<a-button type="primary" icon="export" @click="handleExportXls('打包企业列表')" v-has="'packCompany:export'">导出</a-button>
<a-button type="primary" icon="export" @click="handleExportXls('打包管理')" v-has="'packCompany:export'">导出</a-button>
<a-button type="danger" icon="delete" @click="batchDel" v-has="'packCompany:batchDel'">批量删除</a-button>
</div>
<!-- 操作按钮区域-end-->