From f54ba6cd72447a2b16fa999a768dc6efdaa0c5ae Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Thu, 11 Jan 2024 17:33:57 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_web

---
 src/views/work/process/maintenanceFundApply/edit.vue |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/views/work/process/maintenanceFundApply/edit.vue b/src/views/work/process/maintenanceFundApply/edit.vue
index fd10207..0eb83fb 100644
--- a/src/views/work/process/maintenanceFundApply/edit.vue
+++ b/src/views/work/process/maintenanceFundApply/edit.vue
@@ -3,8 +3,6 @@
     <el-form ref="form" :model="form" :rules="rules" label-width="80px">
       <el-row type="flex" class="row-bg" justify="end">
         <el-form-item>
-          <el-button type="primary" @click="handleAgree">重新提交</el-button>
-          <el-button type="danger" @click="handleDisagree">关闭申请</el-button>
           <!-- <el-button @click="handleCancel">关闭</el-button> -->
         </el-form-item>
       </el-row>
@@ -52,6 +50,16 @@
         </el-row>
       </el-card>
     </el-form>
+
+    <div style="text-align: center;
+    position: fixed;
+    left: 0;
+    right: 0;
+    bottom: 10px;">
+      <el-button type="primary" @click="handleAgree">重新提交</el-button>
+      <el-button type="danger" @click="handleDisagree">关闭申请</el-button>
+    </div>
+
   </basic-container>
 </template>
 

--
Gitblit v1.9.3