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
2f796514
authored
2025-03-07 18:08:10 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 权力信息
1 parent
d58cadea
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
src/views/data_asset/registerDetail.vue
src/views/data_asset/registerStart.vue
src/views/data_product/productListing.vue
src/views/data_asset/registerDetail.vue
View file @
2f79651
...
...
@@ -1587,7 +1587,7 @@ const passCommonDialogBtnClick = (btn, info) => {
<!-- <span
v-if="
tenantDetail
.
businessLicense
?.
length
||
assetDetailInfo
.
registerAttachment
?.
commitmentLetter
?.
length
"
class="
small
-
title
" :style="
{
marginTop
:
'10px'
}
">公司信息</span> -->
<div class="
list_item
isFile
" v-if="
assetDetailInfo
.
businessLicense
?.
length
">
<div class="
list_item
isFile
" v-if="
assetDetailInfo
.
registerAttachment
?.
businessLicense
?.
length
">
<span class="
item_label
" :style="
{
width
:
'auto'
,
'text-align'
:
'left'
}
">营业执照</span>
<span v-for="
(
item
)
in
(
assetDetailInfo
?.
businessLicense
||
[])
" class="
item_value
"
:style="
{
'padding-left'
:
'0px'
}
">
...
...
src/views/data_asset/registerStart.vue
View file @
2f79651
...
...
@@ -1702,7 +1702,7 @@ const saveDraft = () => {
let
propertyFormLine
=
porpertyInfoFormRef
.
value
.
formInline
;
Object
.
assign
(
params
,
propertyFormLine
);
propertyFormLine
.
propertyTerm
==
'Y'
&&
(
params
.
propertyTermSdate
=
propertyFormLine
.
propertyTermDate
[
0
],
params
.
propertyTermEdate
=
propertyFormLine
.
propertyTermDate
[
1
]);
params
.
companyGuid
=
tenantDetail
.
value
?.
tenantGuid
;
params
.
companyGuid
=
tenantDetail
.
value
?.
tenantGuid
||
userData
.
tenantGuid
;
params
.
companyName
=
tenantDetail
.
value
?.
tenantName
;
delete
params
.
qualityEvaluationInstitutionGuid
;
delete
params
.
costAssessmentInstitutionGuid
;
...
...
@@ -1832,7 +1832,7 @@ const save = () => {
delete
params
.
rules
;
delete
params
.
cost
;
delete
params
.
trem
;
params
.
companyGuid
=
tenantDetail
.
value
?
.
tenantGuid
;
params
.
companyGuid
=
tenantDetail
.
value
?.
tenantGuid
||
userData
.
tenantGuid
;
params
.
companyName
=
tenantDetail
.
value
?.
tenantName
;
let
uploadFormInline
=
uploadFormRef
.
value
.
formInline
;
...
...
src/views/data_product/productListing.vue
View file @
2f79651
...
...
@@ -158,10 +158,9 @@ const tableInfo = ref({
isShowCancel
=
true
;
}
if
((
bizApproveState
===
'Y'
||
row
.
crossPlatformApproveState
==
'Y'
)
&&
staffGuid
==
currentStaffGuid
)
{
if
(
row
.
listingStatus
==
=
'Y'
)
{
if
(
row
.
listingStatus
==
'Y'
)
{
list
.
push
({
label
:
"下架"
,
value
:
"down"
});
}
if
(
row
.
listingStatus
===
'N'
)
{
}
else
{
list
.
push
({
label
:
"上架"
,
value
:
"up"
});
}
}
...
...
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