bug 77954

This commit is contained in:
danshihao
2023-10-30 16:35:52 +08:00
parent d76927714c
commit 51bef13b1b
-3
View File
@@ -91,9 +91,6 @@
<div class="table-operator" style="border-top: 5px">
<a-button @click="handleAdd" type="primary" icon="plus" >{{ $t('user.addUser') }}</a-button>
<a-button type="primary" icon="download" @click="handleExportXls($t('user.userInformation'))">{{ $t('export') }}</a-button>
<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
<a-button type="primary" icon="import">{{ $t('import') }}</a-button>
</a-upload>
<a-button type="primary" icon="hdd" @click="recycleBinVisible=true">{{ $t('recycleBin') }}</a-button>
<a-button type="primary" icon="hdd" @click="roleAssignment">{{ $t('user.roleAllocation') }}</a-button>
<a-dropdown v-if="selectedRowKeys.length > 0">