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
462ccbcd
authored
2025-11-28 15:47:35 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ss
1 parent
7e2fa479
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/data_asset/registerCatalogManagement.vue
src/views/data_asset/registerCatalogManagement.vue
View file @
462ccbc
...
...
@@ -438,8 +438,8 @@ const handleUploadClose = (itemGuid) => {
</div>
</div>
<div
class=
"v-bottom"
>
<!-- TODO,
只有数据交付之后才可以编辑和删除
-->
<el-button
plain
v-if=
"!(item.isRegister == 'Y' || item.foundMode == 2) && item.
foundMode != 3 && item.foundMode != 4 && item.foundMode != 5
"
<!-- TODO,
上架之后不可以删除, 上架可以编辑,下架之后以及数据交付后可以删除。数据在交付状态不可以编辑。只有数据交付之后才可以编辑
-->
<el-button
plain
v-if=
"!(item.isRegister == 'Y' || item.foundMode == 2) && item.
listingStatus != 'Y'
"
@
click
.
stop=
"tableBtnClick(item, 'delete')"
>
删除
</el-button>
<el-button
plain
v-if=
"!(item.isRegister == 'Y') && item.foundMode != 3 && item.foundMode != 4 && item.foundMode != 5"
@
click
.
stop=
"handleDataClick(item)"
>
编辑
</el-button>
<!--
<el-button
plain
@
click
.
stop=
"handleClickUploadBtn(item)"
v-if=
"item.isRegister == 'Y' && item.foundMode != 3 && item.foundMode != 4 && item.foundMode != 5"
>
上传交付物
</el-button>
-->
...
...
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