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
f95ccf4e
authored
2025-02-12 10:23:00 +0800
by
xukangle
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix:上架分页加上数交所名称
1 parent
e855b9c0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
src/views/data_product/productListing.vue
src/views/data_transaction/entryManagement.vue
src/views/data_product/productListing.vue
View file @
f95ccf4
...
...
@@ -68,16 +68,17 @@ const tableInfo = ref({
id
:
"mapping-table"
,
fields
:
[
{
label
:
"序号"
,
type
:
"index"
,
width
:
56
,
align
:
"center"
,
fixed
:
"left"
},
{
label
:
"数据产品编号"
,
field
:
"damCode"
,
width
:
20
0
},
{
label
:
"数据产品名称"
,
field
:
"damName"
,
width
:
20
0
},
{
label
:
"数据产品编号"
,
field
:
"damCode"
,
width
:
18
0
},
{
label
:
"数据产品名称"
,
field
:
"damName"
,
width
:
18
0
},
{
label
:
"产品类型"
,
field
:
"damTypeName"
,
width
:
1
6
0
label
:
"产品类型"
,
field
:
"damTypeName"
,
width
:
1
0
0
},
{
label
:
"是否公共数据"
,
field
:
"isPublicData"
,
width
:
120
,
getName
:
(
scope
)
=>
{
return
scope
.
row
.
isPublicData
==
'Y'
?
'是'
:
'否'
;
}
},
{
label
:
"数交所名称"
,
field
:
"exchangeName"
,
width
:
140
},
{
label
:
"审核状态"
,
field
:
"approveState"
,
width
:
TableColumnWidth
.
STATE
,
align
:
'center'
,
type
:
"tag"
,
getName
:
(
scope
)
=>
{
const
approveVO
=
scope
.
row
.
approveVO
||
{}
...
...
src/views/data_transaction/entryManagement.vue
View file @
f95ccf4
...
...
@@ -180,7 +180,7 @@ const toSearch = (val: any, clear: boolean = false) => {
}
else
{
page
.
value
.
daName
=
val
.
daName
;
}
tableRef
.
value
.
columnInfo
=
{}
tableInfo
.
value
.
isEdit
=
false
getTableData
();
};
...
...
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