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
e3aa5abe
authored
2025-04-22 10:21:10 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
解决价值评估的删除
1 parent
962213c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/data_asset/valueEvaluate.vue
src/views/data_asset/valueEvaluate.vue
View file @
e3aa5ab
...
...
@@ -250,7 +250,7 @@ const getTableBtns = (row) => {
const
approveVO
=
row
.
approveVO
;
if
(
!
approveVO
&&
row
.
isApprove
==
'N'
)
{
btnsArr
.
push
({
label
:
"编辑"
,
value
:
"redit"
});
btnsArr
.
push
({
label
:
"删除"
,
value
:
"del"
});
btnsArr
.
push
({
label
:
"删除"
,
value
:
"del
ete
"
});
btnsArr
.
push
({
label
:
"详情"
,
value
:
"detail"
});
return
btnsArr
;
}
...
...
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