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
8012b2e8
authored
2025-07-16 11:39:58 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改登记主体公司的显示样式
1 parent
2ef5e7a2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
src/views/data_asset/registerCatalogDetail.vue
src/views/data_asset/registerCatalogManagement.vue
src/views/data_asset/registerCatalogDetail.vue
View file @
8012b2e
...
...
@@ -308,6 +308,10 @@ onActivated(() => {
if
(
detailInfo
.
value
?.
damName
)
{
if
(
fullPath
===
route
.
fullPath
)
{
document
.
title
=
`详情-
${
detailInfo
.
value
?.
damName
}
`;
let tab: any = userStore.tabbar.find((tab: any) => tab.fullPath === fullPath);
if (tab) {
tab.meta.title = `
详情
-
$
{
detailInfo
.
value
?.
damName
}
`;
}
}
}
if (assetStore.isRefreshDamCatalog) {
...
...
src/views/data_asset/registerCatalogManagement.vue
View file @
8012b2e
...
...
@@ -720,6 +720,7 @@ const handleUploadClose = (itemGuid) => {
font-size
:
14px
;
color
:
#999999
;
line-height
:
21px
;
white-space
:
nowrap
;
}
.right
{
...
...
@@ -727,6 +728,10 @@ const handleUploadClose = (itemGuid) => {
color
:
#212121
;
line-height
:
21px
;
font-weight
:
400
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
margin-left
:
2px
;
}
}
}
...
...
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