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
3642ecde
authored
2025-10-14 17:33:18 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
合同进度一览修改资产属性名称
1 parent
d26c4f62
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
src/views/data_asset/registerProgress.vue
src/views/data_asset/registerProgress.vue
View file @
3642ecd
...
...
@@ -118,12 +118,19 @@ const tableInfo = ref({
loading
:
false
,
fields
:
[{
label
:
"序号"
,
type
:
"index"
,
width
:
56
,
align
:
"center"
},
{
label
:
"数据资产名称"
,
field
:
"daName"
,
width
:
180
,
align
:
"left"
,
type
:
'text_btn'
,
value
:
'assetDetail'
,
columClass
:
'text_btn'
,
click
:
(
scope
)
=>
{
label
:
"数据资产名称"
,
field
:
"da
m
Name"
,
width
:
180
,
align
:
"left"
,
type
:
'text_btn'
,
value
:
'assetDetail'
,
columClass
:
'text_btn'
,
click
:
(
scope
)
=>
{
let
row
=
scope
.
row
;
router
.
push
({
name
:
'registerInfoDetail'
,
query
:
{
guid
:
row
.
guid
,
name
:
row
.
daName
,
tenantGuid
:
row
.
tenantGuid
,
tenantName
:
row
.
tenantName
,
type
:
'asset'
}
});
if
(
row
.
dataSource
==
'1'
)
{
router
.
push
({
name
:
'registerInfoJSZQDetail'
,
query
:
{
guid
:
row
.
bizGuid
,
name
:
row
.
damName
,
tenantGuid
:
row
.
tenantGuid
,
tenantName
:
row
.
tenantName
,
type
:
'asset'
}
});
}
else
{
router
.
push
({
name
:
'registerInfoDetail'
,
query
:
{
guid
:
row
.
bizGuid
,
name
:
row
.
damName
,
tenantGuid
:
row
.
tenantGuid
,
tenantName
:
row
.
tenantName
,
type
:
'asset'
}
});
}
}
},
{
label
:
"所属公司"
,
field
:
"tenantName"
,
width
:
240
},
...
...
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