Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
aa6610e3
authored
Oct 19, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【文案修改】工作流:“撤销”统一改成“取消”,更好理解
parent
43b7dff0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
src/views/bpm/processInstance/detail/ProcessInstanceOperationButton.vue
+9
-9
No files found.
src/views/bpm/processInstance/detail/ProcessInstanceOperationButton.vue
View file @
aa6610e3
...
...
@@ -391,7 +391,7 @@
</div>
</el-popover>
<!--【
撤
消】按钮 这个对应发起人的取消, 只有发起人可以取消 -->
<!--【
取
消】按钮 这个对应发起人的取消, 只有发起人可以取消 -->
<el-popover
:visible=
"popOverVisible.cancel"
placement=
"top-start"
...
...
@@ -403,7 +403,7 @@
>
<
template
#
reference
>
<div
@
click=
"openPopover('cancel')"
class=
"hover-bg-gray-100 rounded-xl p-6px"
>
<Icon
:size=
"14"
icon=
"fa:mail-reply"
/>
撤
消
<Icon
:size=
"14"
icon=
"fa:mail-reply"
/>
取
消
</div>
</
template
>
<div
class=
"flex flex-col flex-1 pt-20px px-20px"
v-loading=
"formLoading"
>
...
...
@@ -415,20 +415,20 @@
:rules=
"genericRule"
label-width=
"100px"
>
<el-form-item
label=
"
撤
消理由"
prop=
"cancelReason"
>
<span
class=
"text-#878c93 text-12px"
>
撤
消后,该审批流程将自动结束
</span>
<el-form-item
label=
"
取
消理由"
prop=
"cancelReason"
>
<span
class=
"text-#878c93 text-12px"
>
取
消后,该审批流程将自动结束
</span>
<el-input
v-model=
"genericForm.cancelReason"
clearable
placeholder=
"请输入
撤
消理由"
placeholder=
"请输入
取
消理由"
type=
"textarea"
:rows=
"3"
/>
</el-form-item>
<el-form-item>
<el-button
:disabled=
"formLoading"
type=
"primary"
@
click=
"handleCancel()"
>
撤消
</el-button
>
<el-button
:disabled=
"formLoading"
type=
"primary"
@
click=
"handleCancel()"
>
取消
</el-button
>
<el-button
@
click=
"popOverVisible.cancel = false"
>
取消
</el-button>
</el-form-item>
</el-form>
...
...
@@ -499,7 +499,7 @@ const formRef = ref()
const
genericRule
=
reactive
({
reason
:
[{
required
:
true
,
message
:
'审批意见不能为空'
,
trigger
:
'blur'
}],
returnReason
:
[{
required
:
true
,
message
:
'退回理由不能为空'
,
trigger
:
'blur'
}],
cancelReason
:
[{
required
:
true
,
message
:
'
撤
消理由不能为空'
,
trigger
:
'blur'
}],
cancelReason
:
[{
required
:
true
,
message
:
'
取
消理由不能为空'
,
trigger
:
'blur'
}],
copyUserIds
:
[{
required
:
true
,
message
:
'抄送人不能为空'
,
trigger
:
'change'
}],
assigneeUserId
:
[{
required
:
true
,
message
:
'新审批人不能为空'
,
trigger
:
'change'
}],
delegateUserId
:
[{
required
:
true
,
message
:
'接收人不能为空'
,
trigger
:
'change'
}],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment