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
fa2fbc29
authored
2025-09-17 15:36:12 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 修复脱敏方式问题
1 parent
fd4cb75a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/views/data_asset/registerCatalogManagement.vue
src/views/data_asset/registerStartJS.vue
src/views/data_asset/registerCatalogManagement.vue
View file @
fa2fbc2
...
...
@@ -198,7 +198,7 @@ const handleDataClick = (item) => {
router
.
push
({
// name: "registerCatalogDetail",
path
:
props
.
dataSources
==
1
?
'/data-asset/authordata-catalog/register-catalog-detail'
:
'/data-asset/register-catalog/register-catalog-detail'
,
query
:
{
guid
:
item
.
guid
,
type
:
"asset"
,
dataSources
:
props
.
dataSources
},
query
:
{
guid
:
item
.
guid
,
type
:
"asset"
,
dataSources
:
props
.
dataSources
,
foundMode
:
item
.
foundMode
},
});
}
};
...
...
@@ -452,7 +452,7 @@ const handleUploadClose = (itemGuid) => {
</div>
<div
class=
"label-main"
>
<div
class=
"dataLabel"
v-if=
"item.damTypeName"
>
{{
item
.
damTypeName
}}
</div>
<div
class=
"dataLabel"
style=
"margin-left: 4px;"
>
{{
item
.
subjectDomainName
||
item
.
subjectDomain
||
'--'
}}
</div>
<div
class=
"dataLabel"
v-show=
"item.subjectDomain"
style=
"margin-left: 4px;"
>
{{
item
.
subjectDomainName
||
item
.
subjectDomain
||
'--'
}}
</div>
</div>
</div>
<div
class=
"v-middle"
>
...
...
@@ -471,7 +471,7 @@ const handleUploadClose = (itemGuid) => {
</div>
</div>
<div
class=
"v-bottom"
>
<el-button
plain
v-if=
"!(item.isRegister == 'Y' || item.foundMode == 2) && item.foundMode != 3"
<el-button
plain
v-if=
"!(item.isRegister == 'Y' || item.foundMode == 2) && item.foundMode != 3
&& item.foundMode != 4
"
@
click
.
stop=
"tableBtnClick(item, 'delete')"
>
删除
</el-button>
<el-button
plain
v-if=
"!(item.isRegister == 'Y') && item.foundMode != 3 && item.foundMode != 4"
@
click
.
stop=
"handleDataClick(item)"
>
编辑
</el-button>
<el-button
plain
@
click
.
stop=
"handleClickUploadBtn(item)"
v-if=
"item.isRegister == 'Y' && item.foundMode != 3 && item.foundMode != 4"
>
上传交付物
</el-button>
...
...
src/views/data_asset/registerStartJS.vue
View file @
fa2fbc2
...
...
@@ -1512,7 +1512,7 @@ const setRegisterFormItems = (formValue, isEdit = false) => {
// item.visible = formValue.sharingType == '1' || formValue.sharingType == '2'
item
.
children
&&
(
item
.
children
[
1
].
visible
=
item
.
children
[
0
].
default
==
'5'
);
}
else
if
(
item
.
field
==
'desensitizationMethodGroup'
)
{
//脱敏方式,现实条件,脱敏为是
item
.
visible
=
formValue
[
'desensitizationSituation'
]
==
'Y'
;
item
.
visible
=
formValue
.
sensitiveInformation
==
'Y'
&&
formValue
[
'desensitizationSituation'
]
==
'Y'
;
item
.
children
&&
(
item
.
children
[
1
].
visible
=
item
.
children
[
0
].
default
==
'7'
);
}
else
if
(
item
.
field
==
'sharingTypeGroup'
)
{
item
.
children
&&
(
item
.
children
[
1
].
visible
=
item
.
children
[
0
].
default
==
'2'
);
...
...
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