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
d3c1d9c8
authored
2025-02-13 15:07:28 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
数据资产登记更新
1 parent
ba379027
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
src/assets/images/sjs-logo.png
src/views/data_asset/registerManagemant.vue
src/assets/images/sjs-logo.png
0 → 100644
View file @
d3c1d9c
2.5 KB
src/views/data_asset/registerManagemant.vue
View file @
d3c1d9c
...
...
@@ -28,6 +28,7 @@ const path = route.path;
const
loading
=
ref
(
false
);
const
defaultItemLogo
=
new
URL
(
'@/assets/images/home-finance-product.png'
,
import
.
meta
.
url
).
href
const
sjsLogo
=
new
URL
(
'@/assets/images/sjs-logo.png'
,
import
.
meta
.
url
).
href
const
carouselInfo
:
any
=
ref
({
list
:
[],
height
:
'172px'
,
...
...
@@ -541,7 +542,7 @@ const rejectDialogBtnClick = (btn, info) => {
@
click=
"btnClick(
{ value: 'search', ...item })" v-preReClick>
<div
class=
"title"
:class=
"
{ active: exchangGuid == item.exchangeGuid }">
<img
class=
"left-img"
:src=
"
(item.picUrl && typeof item.picUrl == 'string') ? item.picUrl
: defaultItemLogo"
alt=
""
/>
:src=
"
item.exchangeName.indexOf('门户') > -1 ? sjsLogo
: defaultItemLogo"
alt=
""
/>
<span>
{{
item
.
exchangeName
??
'--'
}}
</span>
</div>
<div
class=
"count-group"
>
...
...
@@ -754,7 +755,7 @@ const rejectDialogBtnClick = (btn, info) => {
}
img
{
width
:
2
0
px
;
width
:
2
4
px
;
margin-right
:
16px
;
}
...
...
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