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
5808442a
authored
2025-12-04 10:48:45 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
同步的数据不能查看样例数据
1 parent
e0d2d05c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
src/views/data_asset/registerCatalogDetail.vue
src/views/data_asset/registerCatalogManagement.vue
src/views/data_asset/registerCatalogDetail.vue
View file @
5808442
...
...
@@ -1448,7 +1448,7 @@ const respParamsTableInfo = ref({
<span>
{{
scope
.
row
[
"updateTime"
]
||
'--'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
minWidth=
"120px"
align=
"left"
fixed=
"right"
show-overflow-tooltip
>
<el-table-column
label=
"操作"
v-if=
"!detailInfo?.nodeId"
minWidth=
"120px"
align=
"left"
fixed=
"right"
show-overflow-tooltip
>
<
template
#
default=
"scope"
>
<span
class=
"text_btn"
@
click=
"handleTableViewData(scope)"
>
查看样例数据
</span>
</
template
>
...
...
src/views/data_asset/registerCatalogManagement.vue
View file @
5808442
...
...
@@ -439,11 +439,11 @@ const handleUploadClose = (itemGuid) => {
</div>
<div
class=
"v-bottom"
>
<!-- TODO,只有数据交付之后才可以编辑和删除 -->
<el-button
plain
v-if=
"!(item.isRegister == 'Y' || item.foundMode == 2 || item.foundMode == 4 || item.foundMode == 5)"
<el-button
plain
v-if=
"!(item.isRegister == 'Y' || item.foundMode == 2 || item.foundMode == 4 || item.foundMode == 5)
&& !item.nodeId && item.listingStatus != 'Y'
"
@
click
.
stop=
"tableBtnClick(item, 'delete')"
>
删除
</el-button>
<el-button
plain
v-if=
"!(item.isRegister == 'Y' || item.foundMode == 4)"
@
click
.
stop=
"handleDataClick(item)"
>
编辑
</el-button>
<
el-button
plain
@
click
.
stop=
"handleClickUploadBtn(item)"
v-if=
"item.isRegister == 'Y'"
>
上传交付物
</el-button
>
<el-button
plain
@
click
.
stop=
"handleDataClick(item)"
v-if=
"(item.isRegister == 'Y')"
>
详情
</el-button>
<el-button
plain
v-if=
"!(item.isRegister == 'Y' || item.foundMode == 4)
&& !item.nodeId
"
@
click
.
stop=
"handleDataClick(item)"
>
编辑
</el-button>
<
!--
<el-button
plain
@
click
.
stop=
"handleClickUploadBtn(item)"
v-if=
"item.isRegister == 'Y'"
>
上传交付物
</el-button>
--
>
<el-button
plain
@
click
.
stop=
"handleDataClick(item)"
v-if=
"(item.isRegister == 'Y')
|| item.nodeId
"
>
详情
</el-button>
</div>
</div>
</div>
...
...
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