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
5513510e
authored
2025-02-06 16:07:42 +0800
by
xukangle
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev_20241202_xukangle' into develop
2 parents
2ffb4bd1
280d89c3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
src/views/data_product/productListing.vue
src/views/security_menu/index.vue
src/views/data_product/productListing.vue
View file @
5513510
...
...
@@ -188,6 +188,7 @@ const tableInfo = ref({
const
getTableData
=
()
=>
{
tableInfo
.
value
.
loading
=
true
;
// flowDetailLoading.value = true;
getListingList
(
Object
.
assign
({},
searchItemValue
.
value
,
{
pageIndex
:
page
.
value
.
curr
,
...
...
@@ -196,6 +197,7 @@ const getTableData = () => {
)
.
then
((
res
:
any
)
=>
{
tableInfo
.
value
.
loading
=
false
;
// flowDetailLoading.value = false;
tableInfo
.
value
.
data
=
res
.
data
.
records
||
[];
tableInfo
.
value
.
page
.
curr
=
res
.
data
.
pageIndex
;
tableInfo
.
value
.
page
.
limit
=
res
.
data
.
pageSize
;
...
...
@@ -203,6 +205,7 @@ const getTableData = () => {
})
.
catch
((
res
)
=>
{
tableInfo
.
value
.
loading
=
false
;
// flowDetailLoading.value = false;
});
};
...
...
@@ -908,12 +911,13 @@ const formInfo = ref<any>({
<el-button
type=
"primary"
@
click=
"toPatn1('add', 'add1')"
v-preReClick
>
新建
</el-button>
</div>
-->
</div>
<div
class=
"list-content"
v-if=
"demandListData.length > 0"
v-loading=
"flowDetailLoading"
>
<div
v-loading=
"flowDetailLoading"
>
<div
class=
"list-content"
v-if=
"demandListData.length > 0"
>
<div
class=
"card-content"
v-for=
"item in demandListData"
:key=
"item.guid"
>
<div
class=
"header"
>
<div
class=
"header-top"
>
<img
class=
"left-img"
:src=
"(item.picUrl && typeof item.picUrl == 'string') ? item.picUrl : defaultItemLogo
"
alt=
""
/>
<img
class=
"left-img
"
:src=
"(item.picUrl && typeof item.picUrl == 'string') ? item.picUrl : defaultItemLogo"
alt=
""
/>
<div
class=
"title"
>
{{
item
.
exchangeName
??
'--'
}}
</div>
</div>
<div
class=
"right-main"
>
...
...
@@ -940,7 +944,7 @@ const formInfo = ref<any>({
<div
class=
"tip-des"
>
在各数交所上架时,会同时在门户、专区和主平台门户进行展示;在门户上架则只会在门户上架,不会在数交所、专区及主平台门户上架。
</div>
</div>
</div>
<div
class=
"table_panel_wrap"
:style=
"
{
height: demandListData.length > 0 ? 'calc(100% - 230px)' : 'calc(100% - 54px)'
...
...
@@ -987,7 +991,7 @@ const formInfo = ref<any>({
.list-content
{
display
:
flex
;
justify-content
:
flex-start
;
flex-wrap
:
wrap
;
padding
:
0
8px
;
...
...
src/views/security_menu/index.vue
View file @
5513510
...
...
@@ -41,7 +41,7 @@ const tableInfo = ref({
},
{
label
:
"数据类型"
,
field
:
"damTypeName"
,
width
:
90
},
{
label
:
'权
力主体'
,
field
:
'rightMainName'
,
width
:
14
0
,
label
:
'权
利主体'
,
field
:
'rightMainName'
,
width
:
20
0
,
},
{
label
:
"是否公共数据"
,
field
:
"isPublicData"
,
width
:
120
,
getName
:
(
scope
)
=>
{
...
...
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