Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
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
f35ecc5f
authored
2023-09-27 13:46:58 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:业务流程弹窗修改
1 parent
6aac2ceb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
10 deletions
src/views/workflow/components/stop.vue
src/views/workflow/components/stop.vue
View file @
f35ecc5
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
5-17 10:41:45
* @LastEditTime: 2023-0
9-27 08:51:13
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -15,8 +15,10 @@
placeholder=
"请输入终止原因"
type=
"textarea"
:rows=
"4"
></el-input>
<el-button
style=
"float: right"
@
click=
"cancelBack"
>
取消
</el-button>
<el-button
type=
"primary"
@
click=
"onSubmit"
style=
"float: right"
>
退件
</el-button>
<div
style=
"overflow:hidden;text-align:center;margin-top:10px"
>
<el-button
@
click=
"cancelBack"
>
取消
</el-button>
<el-button
type=
"primary"
@
click=
"onSubmit"
>
退件
</el-button>
</div>
</div>
</
template
>
...
...
@@ -59,13 +61,13 @@
},
1000
);
});
},
/**
* @description: closeDialog
* @author: renchao
*/
cancelBack
()
{
popupCacel
();
},
/**
* @description: closeDialog
* @author: renchao
*/
cancelBack
()
{
popupCacel
();
},
},
};
</
script
>
...
...
Please
register
or
sign in
to post a comment