refactor(PageContent): ♻️ 修改导出全量数据选项文本
This commit is contained in:
@@ -373,7 +373,7 @@
|
|||||||
:disabled="selectionData.length <= 0"
|
:disabled="selectionData.length <= 0"
|
||||||
/>
|
/>
|
||||||
<el-option
|
<el-option
|
||||||
label="全量数据 (包括所有分页的数据)"
|
label="全量数据 (所有分页的数据)"
|
||||||
:value="ExportsOriginEnum.REMOTE"
|
:value="ExportsOriginEnum.REMOTE"
|
||||||
:disabled="contentConfig.exportsAction === undefined"
|
:disabled="contentConfig.exportsAction === undefined"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user