用户管理新增

This commit is contained in:
qq787203167
2022-03-04 15:11:55 +08:00
parent 3aaabb33df
commit e323fde26d
+5 -1
View File
@@ -68,7 +68,11 @@
<!-- 操作按钮区域 -->
<div class="table-operator">
<!-- <a-button @click="handleAdd" type="primary" icon="plus" >{{$t('addUser')}}</a-button>-->
<div @click="handleAdd" class="operator-text">
<a-icon type="plus"/>
{{$t('addUser')}}
</div>
<!-- <a-button @click="handleAdd" type="primary" icon="plus">{{$t('addUser')}}</a-button>-->
<!-- <a-button type="primary" icon="download" @click="handleExportXls($t('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>-->