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
ab2d0a0d
authored
2025-02-17 14:09:12 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
数据资产登记更新
1 parent
02abb7b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
src/views/data_asset/registerManagemant.vue
src/views/data_asset/registerManagemant.vue
View file @
ab2d0a0
...
...
@@ -192,15 +192,13 @@ const getTableBtns = (row, includeDetail = true) => {
btnsArr
.
push
({
label
:
"详情"
,
value
:
"detail"
})
if
(
flowState
===
2
)
{
btnsArr
.
push
(...[{
label
:
"通过"
,
value
:
"pass"
},
{
label
:
"驳回"
,
value
:
"reject"
}])
if
(
isShowCancel
)
{
btnsArr
.
push
({
label
:
"撤销"
,
value
:
"revoke"
})
}
}
else
if
(
flowState
===
3
)
{
if
(
bizApproveState
!=
'D'
)
{
btnsArr
.
push
({
label
:
"重新提交"
,
value
:
"edit"
})
}
btnsArr
.
push
({
label
:
"删除"
,
value
:
"delete"
})
}
isShowCancel
&&
btnsArr
.
push
({
label
:
"撤销"
,
value
:
"revoke"
})
flowState
===
3
&&
btnsArr
.
push
({
label
:
"删除"
,
value
:
"delete"
})
}
return
btnsArr
}
...
...
@@ -541,8 +539,7 @@ const rejectDialogBtnClick = (btn, info) => {
:class=
"
{ active: exchangGuid == item.exchangeGuid, mr16: i
< carousel
.
length
-
1
&&
(
i
+
1
)
%
4
!==
0
}"
@
click=
"btnClick(
{ value: 'search', ...item })" v-preReClick>
<div
class=
"title"
:class=
"
{ active: exchangGuid == item.exchangeGuid }">
<img
class=
"left-img"
:src=
"item.exchangeName.indexOf('门户') > -1 ? sjsLogo : defaultItemLogo"
alt=
""
/>
<img
class=
"left-img"
:src=
"item.exchangeName.indexOf('门户') > -1 ? sjsLogo : defaultItemLogo"
alt=
""
/>
<span>
{{
item
.
exchangeName
??
'--'
}}
</span>
</div>
<div
class=
"count-group"
>
...
...
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