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
f6e2f544
authored
2025-04-17 10:31:22 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
合同进度页面前端开发
1 parent
a0e8bb0e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
41 additions
and
0 deletions
src/api/modules/dataAsset.ts
src/router/modules/dataAssetRegistry.ts
src/views/data_asset/contractProgress.vue
src/api/modules/dataAsset.ts
View file @
f6e2f54
...
...
@@ -444,6 +444,26 @@ export const getRegisterExchangeList = () => request({
method
:
'get'
})
/** 获取合同列表 */
export
const
getContractList
=
(
params
)
=>
request
({
url
:
`
${
import
.
meta
.
env
.
VITE_API_NEW_PORTAL
}
/dam-contract/page-list`
,
method
:
'post'
,
data
:
params
})
/** 获取会员列表 */
export
const
getTenantList
=
(
params
)
=>
request
({
url
:
`
${
import
.
meta
.
env
.
VITE_APP_PERSONAL_URL
}
/tenant/singlePage`
,
method
:
'post'
,
data
:
params
})
/** 获取当前用户所在的企业 */
export
const
getOwnerTenantList
=
(
userGuid
)
=>
request
({
url
:
`
${
import
.
meta
.
env
.
VITE_APP_PERSONAL_URL
}
/tenant/get-tenant-by-user?userGuid=
${
userGuid
}
`
,
method
:
'get'
})
// API详情
/** 查询域名和文根 */
/** api类型,有表单类型,自定义sql. */
...
...
src/router/modules/dataAssetRegistry.ts
View file @
f6e2f54
...
...
@@ -217,6 +217,27 @@ const routes: RouteRecordRaw[] = [
},
},
]
},
{
path
:
'/data-asset-register/contract-progress'
,
component
:
Layout
,
meta
:
{
title
:
'合同进度一览'
,
icon
:
'ep:grid'
,
},
children
:
[
{
path
:
''
,
name
:
'contractProgress'
,
component
:
()
=>
import
(
'@/views/data_asset/contractProgress.vue'
),
meta
:
{
title
:
'合同进度一览'
,
sidebar
:
false
,
cache
:
true
,
breadcrumb
:
false
,
},
},
]
}
]
export
default
routes
...
...
src/views/data_asset/contractProgress.vue
0 → 100644
View file @
f6e2f54
This diff is collapsed.
Click to expand it.
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