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
0f8522e3
authored
Oct 17, 2024
by
jason
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【功能修改】 新审批页面新增取消和再次提交
parent
f47e8f3a
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
src/assets/svgs/bpm/audit4.svg
+0
-0
src/views/bpm/processInstance/detail/ProcessInstanceOperationButton.vue
+0
-0
src/views/bpm/processInstance/detail/index_new.vue
+3
-4
No files found.
src/assets/svgs/bpm/audit4.svg
View file @
0f8522e3
This diff is collapsed.
Click to expand it.
src/views/bpm/processInstance/detail/ProcessInstanceOperationButton.vue
View file @
0f8522e3
This diff is collapsed.
Click to expand it.
src/views/bpm/processInstance/detail/index_new.vue
View file @
0f8522e3
...
@@ -20,9 +20,7 @@
...
@@ -20,9 +20,7 @@
</div>
</div>
<div
class=
"flex items-center gap-5 mb-10px text-13px h-35px"
>
<div
class=
"flex items-center gap-5 mb-10px text-13px h-35px"
>
<div
<div
class=
"bg-gray-100 h-35px rounded-3xl flex items-center p-8px gap-2 dark:color-gray-600"
>
class=
"bg-gray-100 h-35px rounded-3xl flex items-center p-8px gap-2 dark:color-gray-600"
>
<el-avatar
<el-avatar
:size=
"28"
:size=
"28"
v-if=
"processInstance?.startUser?.avatar"
v-if=
"processInstance?.startUser?.avatar"
...
@@ -104,7 +102,8 @@
...
@@ -104,7 +102,8 @@
<!-- 操作栏按钮 -->
<!-- 操作栏按钮 -->
<ProcessInstanceOperationButton
<ProcessInstanceOperationButton
ref=
"operationButtonRef"
ref=
"operationButtonRef"
:process-instance-id=
"id"
:process-instance=
"processInstance"
:process-definition=
"processDefinition"
:userOptions=
"userOptions"
:userOptions=
"userOptions"
@
success=
"refresh"
@
success=
"refresh"
/>
/>
...
...
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