Skip to content

Commit

Permalink
refactor(PageContent): ♻️ 未配置全量导出接口时选项隐藏
Browse files Browse the repository at this point in the history
  • Loading branch information
cshaptx4869 committed Jun 8, 2024
1 parent 9135226 commit eab91ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/PageContent/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@
:value="ExportsOriginEnum.CURRENT"
/>
<el-option
v-if="contentConfig.exportsAction"
label="全量数据 (包括所有分页的数据)"
:value="ExportsOriginEnum.REMOTE"
/>
Expand Down

0 comments on commit eab91ef

Please sign in to comment.