forked from github/dataease
Merge pull request #9921 from dataease/pr@dev-v2_st
fix(工作台): 数据导出中心样式优化
This commit is contained in:
commit
9a21e53add
@ -418,7 +418,7 @@ defineExpose({
|
|||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<el-button
|
<el-button
|
||||||
v-if="scope.row.exportStatus === 'SUCCESS'"
|
v-if="scope.row.exportStatus === 'SUCCESS'"
|
||||||
type="text"
|
text
|
||||||
@click="downloadClick(scope.row)"
|
@click="downloadClick(scope.row)"
|
||||||
>
|
>
|
||||||
<div class="download-export">
|
<div class="download-export">
|
||||||
@ -427,12 +427,12 @@ defineExpose({
|
|||||||
</el-icon>
|
</el-icon>
|
||||||
</div>
|
</div>
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button type="text" @click="retry(scope.row)">
|
<el-button text @click="retry(scope.row)">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<Icon name="de-refresh"></Icon>
|
<Icon name="de-refresh"></Icon>
|
||||||
</template>
|
</template>
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button type="text" @click="deleteField(scope.row)">
|
<el-button text @click="deleteField(scope.row)">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<Icon name="de-delete"></Icon>
|
<Icon name="de-delete"></Icon>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user