fix: excel数据源创建页面,去掉 刷新数据 按钮
This commit is contained in:
parent
d655a77ece
commit
87d31f6907
@ -653,14 +653,6 @@ defineExpose({
|
||||
{{ t('data_set.field_selection') }}
|
||||
</el-button>
|
||||
</div>
|
||||
<el-button @click="refreshData" secondary>
|
||||
<template #icon>
|
||||
<el-icon>
|
||||
<Icon><icon_refresh_outlined class="svg-icon" /></Icon>
|
||||
</el-icon>
|
||||
</template>
|
||||
{{ t('data_set.refresh_data') }}
|
||||
</el-button>
|
||||
</div>
|
||||
<div class="info-table" v-if="isResize">
|
||||
<el-auto-resizer v-if="currentMode === 'preview'">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user