Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
da8c851e
authored
2026-03-17 10:54:04 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
运营管理员查看其它非连接器企业产品支持下载数据功能
1 parent
550bd822
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/data_asset/registerCatalogDetail.vue
src/views/data_asset/registerCatalogDetail.vue
View file @
da8c851
...
...
@@ -1521,12 +1521,12 @@ const respParamsTableInfo = ref({
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
v-if=
"!detailInfo.nodeId || foundMode == 'download' || foundMode == 'read' || foundMode == 'readAndDown'"
:width=
"foundMode == 'readAndDown' ? '220px' : '140px'"
align=
"left"
fixed=
"right"
show-overflow-tooltip
>
:width=
"foundMode == 'readAndDown'
|| (!detailInfo.nodeId && foundMode == '1' && userData.superTubeFlag == 'Y')
? '220px' : '140px'"
align=
"left"
fixed=
"right"
show-overflow-tooltip
>
<
template
#
default=
"scope"
>
<!-- 如果是下载,就只显示下载,如果是查看和下载就都显示,就两个按钮都显示。仅查看,就仅查看 -->
<span
v-show=
"foundMode != 'download'"
class=
"text_btn"
@
click=
"handleTableViewData(scope)"
>
查看样例数据
</span>
<el-divider
v-show=
"foundMode == 'readAndDown'"
direction=
"vertical"
/>
<span
v-show=
"foundMode == 'download' || foundMode == 'readAndDown'"
class=
"text_btn"
<el-divider
v-show=
"foundMode == 'readAndDown'
|| (!detailInfo.nodeId && foundMode == '1' && userData.superTubeFlag == 'Y')
"
direction=
"vertical"
/>
<span
v-show=
"foundMode == 'download' || foundMode == 'readAndDown'
|| (!detailInfo.nodeId && foundMode == '1' && userData.superTubeFlag == 'Y')
"
class=
"text_btn"
@
click=
"handleTableViewDataDown(scope)"
>
下载数据
</span>
</
template
>
</el-table-column>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment