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
f2b921df
authored
2025-02-12 15:30:51 +0800
by
xukangle
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update:修改资产交易情况接口
1 parent
ac70cec4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
src/api/modules/dataAssetIndex.ts
src/views/indexNewBigScreen.vue
src/api/modules/dataAssetIndex.ts
View file @
f2b921d
...
...
@@ -29,7 +29,7 @@ export const getQualityInfo = (data) => request({
/** 获取首页资产交易情况 */
export
const
getDaTradeInfo
=
(
params
)
=>
request
({
url
:
`
${
import
.
meta
.
env
.
VITE_API_NEW_PORTAL
}
/
da-trade/page-list
`
,
url
:
`
${
import
.
meta
.
env
.
VITE_API_NEW_PORTAL
}
/
home/company/trade-info
`
,
method
:
'post'
,
data
:
params
})
...
...
src/views/indexNewBigScreen.vue
View file @
f2b921d
...
...
@@ -273,14 +273,14 @@ const tradeTableInfo = ref({
// { label: "序号", type: "index", width: 56, align: "center" },
{
label
:
"资产名称"
,
field
:
"daName"
,
field
:
"da
m
Name"
,
width
:
140
,
// type: "text_btn",
// columClass: 'text_btn',
// value: "detail",
},
{
label
:
"交易日期"
,
field
:
"trad
e
Time"
,
width
:
120
},
{
label
:
"交易对象"
,
field
:
"
tradeObject
"
,
minWidth
:
250
},
{
label
:
"交易日期"
,
field
:
"trad
ing
Time"
,
width
:
120
},
{
label
:
"交易对象"
,
field
:
"
buyerName
"
,
minWidth
:
250
},
],
data
:
[],
showPage
:
false
,
...
...
@@ -302,7 +302,7 @@ const getTradeTableData = () => {
tradeTableInfo
.
value
.
loading1
=
false
;
if
(
res
.
code
==
proxy
.
$passCode
)
{
let
data
=
res
.
data
||
{};
tradeTableInfo
.
value
.
data
=
data
.
records
||
[];
tradeTableInfo
.
value
.
data
=
data
||
[];
}
else
{
ElMessage
.
error
(
res
.
msg
);
}
...
...
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