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
6a654fb2
authored
2025-12-04 10:14:59 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
去掉撤销按钮
1 parent
cff6437f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
src/views/data_facilitator/settleManagement.vue
src/views/data_product/productListing.vue
src/views/data_facilitator/settleManagement.vue
View file @
6a654fb
...
...
@@ -187,7 +187,7 @@ const getTableBtns = (row, includeDetail = true) => {
if
(
flowState
===
3
)
{
btnsArr
.
push
({
label
:
"重新提交"
,
value
:
"edit"
})
}
isShowCancel
&&
btnsArr
.
push
({
label
:
"撤销"
,
value
:
"revoke"
})
//
isShowCancel && btnsArr.push({ label: "撤销", value: "revoke" })
flowState
===
3
&&
btnsArr
.
push
({
label
:
"删除"
,
value
:
"delete"
})
}
return
btnsArr
...
...
src/views/data_product/productListing.vue
View file @
6a654fb
...
...
@@ -184,9 +184,10 @@ const tableInfo = ref({
if
(
flowState
===
3
)
{
//重新提交过的不能再重新提交 && bizApproveState != 'D'
list
.
push
({
label
:
"重新提交"
,
value
:
"redit"
})
//已驳回
}
if
(
isShowCancel
)
{
list
.
push
({
label
:
"撤销"
,
value
:
"revoke"
})
}
//跨平台审批,不需要撤销
// if (isShowCancel) {
// list.push({ label: "撤销", value: "revoke" })
// }
if
(
flowState
!==
1
)
{
list
.
push
({
label
:
"详情"
,
value
:
"detail"
})
}
...
...
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