调整导入、导出按钮风格
This commit is contained in:
parent
42a3dc97d3
commit
96e29b9cfe
@ -46,7 +46,7 @@
|
||||
:limit="1"
|
||||
v-perm="['sys:level:import']"
|
||||
>
|
||||
<el-button type="primary">
|
||||
<el-button type="">
|
||||
<template #icon>
|
||||
<el-icon class="el-input__icon">
|
||||
<Upload />
|
||||
@ -56,7 +56,7 @@
|
||||
</el-button>
|
||||
</el-upload>
|
||||
<el-button
|
||||
type="primary"
|
||||
type=""
|
||||
@click="handleExport"
|
||||
:loading="exportLoading"
|
||||
:disabled="exportLoading"
|
||||
|
@ -42,7 +42,7 @@
|
||||
</template>
|
||||
删除
|
||||
</el-button>
|
||||
<el-button type="primary" @click="importVisible = true" v-perm="['sys:user:import']">
|
||||
<el-button type="" @click="importVisible = true" v-perm="['sys:user:import']">
|
||||
<template #icon>
|
||||
<el-icon class="el-input__icon">
|
||||
<Upload />
|
||||
@ -71,7 +71,7 @@
|
||||
</el-button>
|
||||
</el-upload> -->
|
||||
<el-button
|
||||
type="primary"
|
||||
type=""
|
||||
@click="handleExport"
|
||||
:loading="exportLoading"
|
||||
:disabled="exportLoading"
|
||||
|
Loading…
Reference in New Issue
Block a user