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
8f15b983
authored
2025-12-04 17:29:49 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
上架之后不能编辑
1 parent
6086310c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/data_asset/registerCatalogManagement.vue
src/views/data_asset/registerCatalogManagement.vue
View file @
8f15b98
...
...
@@ -181,7 +181,7 @@ const tableBtnClick = (scope, btn) => {
const
handleDataClick
=
(
item
)
=>
{
//同步过来的要显示详情页面。
if
(
item
.
nodeId
)
{
if
(
item
.
nodeId
||
item
.
listingStatus
==
'Y'
)
{
router
.
push
({
// name: "registerCatalogDetail",
path
:
props
.
dataSources
==
1
?
'/data-asset/authordata-catalog/register-catalog-detail'
:
'/data-asset/register-catalog/register-catalog-detail'
,
...
...
@@ -450,9 +450,9 @@ const handleUploadClose = (itemGuid) => {
<!-- TODO,上架之后不可以删除, 上架可以编辑,下架之后以及数据交付后可以删除。数据在交付状态不可以编辑。只有数据交付之后才可以编辑 -->
<el-button
plain
v-if=
"!(item.isRegister == 'Y' || item.foundMode == 2) && item.listingStatus != 'Y' && !item.nodeId"
@
click
.
stop=
"tableBtnClick(item, 'delete')"
>
删除
</el-button>
<el-button
plain
v-if=
"!(item.isRegister == 'Y') && item.foundMode != 3 && item.foundMode != 4 && item.foundMode != 5 && !item.nodeId"
@
click
.
stop=
"handleDataClick(item)"
>
编辑
</el-button>
<el-button
plain
v-if=
"!(item.isRegister == 'Y') && item.foundMode != 3 && item.foundMode != 4 && item.
listingStatus != 'Y' && item.
foundMode != 5 && !item.nodeId"
@
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>
-->
<el-button
plain
@
click
.
stop=
"handleDataClick(item)"
v-if=
"(item.isRegister == 'Y' || item.foundMode == 3 || item.foundMode == 4 || item.foundMode == 5 || item.nodeId)"
>
详情
</el-button>
<el-button
plain
@
click
.
stop=
"handleDataClick(item)"
v-if=
"(item.isRegister == 'Y' || item.foundMode == 3 || item.foundMode == 4 || item.foundMode == 5 || item.nodeId
|| item.listingStatus == 'Y'
)"
>
详情
</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