style:业务流程弹窗修改
Showing
1 changed file
with
12 additions
and
10 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-05-17 10:41:45 | 4 | * @LastEditTime: 2023-09-27 08:51:13 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
| ... | @@ -15,8 +15,10 @@ | ... | @@ -15,8 +15,10 @@ |
| 15 | placeholder="请输入终止原因" | 15 | placeholder="请输入终止原因" |
| 16 | type="textarea" | 16 | type="textarea" |
| 17 | :rows="4"></el-input> | 17 | :rows="4"></el-input> |
| 18 | <el-button style="float: right" @click="cancelBack">取消</el-button> | 18 | <div style="overflow:hidden;text-align:center;margin-top:10px"> |
| 19 | <el-button type="primary" @click="onSubmit" style="float: right">退件</el-button> | 19 | <el-button @click="cancelBack">取消</el-button> |
| 20 | <el-button type="primary" @click="onSubmit">退件</el-button> | ||
| 21 | </div> | ||
| 20 | </div> | 22 | </div> |
| 21 | </template> | 23 | </template> |
| 22 | 24 | ||
| ... | @@ -59,13 +61,13 @@ | ... | @@ -59,13 +61,13 @@ |
| 59 | }, 1000); | 61 | }, 1000); |
| 60 | }); | 62 | }); |
| 61 | }, | 63 | }, |
| 62 | /** | 64 | /** |
| 63 | * @description: closeDialog | 65 | * @description: closeDialog |
| 64 | * @author: renchao | 66 | * @author: renchao |
| 65 | */ | 67 | */ |
| 66 | cancelBack() { | 68 | cancelBack () { |
| 67 | popupCacel(); | 69 | popupCacel(); |
| 68 | }, | 70 | }, |
| 69 | }, | 71 | }, |
| 70 | }; | 72 | }; |
| 71 | </script> | 73 | </script> | ... | ... |
-
Please register or sign in to post a comment