yuanyiming 2 年之前
父节点
当前提交
4ef9cc0090
共有 1 个文件被更改,包括 7 次插入17 次删除
  1. 7 17
      src/views/projectSettlement2.vue

+ 7 - 17
src/views/projectSettlement2.vue

@@ -111,8 +111,10 @@
         </el-input>
       </div>
       <!-- 多行文本框区域结束 -->
-      <div class="pm1footer">
-         <el-button type="primary" class="backBtn" @click="backBtn2">返回</el-button>
+      <div class="baseBtn">
+        <div class="blockWidth">
+          <el-button type="primary" class="backBtn" @click="$router.back()">返回</el-button>
+        </div>
       </div>
     </div>
   </template>
@@ -154,9 +156,9 @@
               this.$router.push('/projectSettlement2')
             },
          
-          backBtn2(){
-            this.$router.push('/projectSettlement')
-          },
+          // backBtn2(){
+          //   this.$router.push('/projectSettlement')
+          // },
           handleSelectionChange(val) {
             this.multipleSelection = val;
           },
@@ -178,18 +180,6 @@
       font-size: 22px;
     }
 
-    .pm1footer{
-        width: 100%;
-        display: flex;
-        justify-content: flex-end;
-        margin: 30px 0;
-        .backBtn{
-            background: #169bd5;
-            float: right;
-            width: 100px;
-            height: 40px;
-        }
-    }
     .ps1textArea{
         width: 100%;
         textarea{