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
3ebae481
authored
2025-02-14 11:14:17 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'develop' into release-test
2 parents
b5ccffdb
6adf5470
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
5 deletions
src/layouts/components/Tabbar/index.vue
src/router/modules/dataAssetRegistry.ts
src/views/data_asset/registerDetail.vue
src/views/data_asset/registerManagemant.vue
src/layouts/components/Tabbar/index.vue
View file @
3ebae48
...
...
@@ -79,6 +79,7 @@ const changeTab = (pane: any, ev: any) => {
};
const
removeTab
=
(
targetName
)
=>
{
// const tabs = tabbarList.value.filter(item => item.visible ?? true);
debugger
const
tabs
=
tabbarList
.
value
;
let
activeName
=
tabbarActive
.
value
,
nextTab
:
any
=
{};
const
setTabs
=
(
activeTab
)
=>
{
...
...
src/router/modules/dataAssetRegistry.ts
View file @
3ebae48
...
...
@@ -50,9 +50,6 @@ const routes: RouteRecordRaw[] = [
cache
:
true
,
reuse
:
true
},
beforeEnter
:
(
to
,
from
)
=>
{
to
.
meta
.
title
=
`详情-
${
to
.
query
.
name
}
`
;
}
}
],
},
...
...
src/views/data_asset/registerDetail.vue
View file @
3ebae48
...
...
@@ -295,6 +295,13 @@ const getDetailInfo = () => {
ps
.
push
(
getRegiaterDetail
({
guid
:
assetGuid
}).
then
((
res
:
any
)
=>
{
if
(
res
.
code
==
proxy
.
$passCode
)
{
const
data
=
res
.
data
||
{};
if
(
fullPath
===
route
.
fullPath
)
{
document
.
title
=
`详情-
${
data
.
daName
}
`
;
}
let
tab
:
any
=
userStore
.
tabbar
.
find
((
tab
:
any
)
=>
tab
.
fullPath
===
fullPath
);
if
(
tab
)
{
tab
.
meta
.
title
=
`详情-
${
data
.
daName
}
`
;
}
let
{
approveVO
}
=
data
;
detailInfo
.
value
=
data
;
assetDetailInfo
.
value
=
data
;
...
...
src/views/data_asset/registerManagemant.vue
View file @
3ebae48
...
...
@@ -729,8 +729,9 @@ const rejectDialogBtnClick = (btn, info) => {
position
:
relative
;
}
:deep
(
.el-carousel__container
)
{
margin-bottom
:
16px
;
:deep
(
.el-carousel
)
{
margin
:
0
-16px
16px
;
padding
:
0
16px
;
.card-content
{
width
:
calc
(
25%
-
12px
);
...
...
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