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
c29437a4
authored
2025-12-04 10:49:57 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
上架的产品不能删除
1 parent
b1ca25ed
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/data_asset/registerCatalogManagement.vue
src/views/data_asset/registerCatalogManagement.vue
View file @
c29437a
...
...
@@ -439,7 +439,7 @@ const handleUploadClose = (itemGuid) => {
</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"
<el-button
plain
v-if=
"!(item.isRegister == 'Y' || item.foundMode == 2) && item.foundMode != 3 && item.foundMode != 4 && item.foundMode != 5
&& 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