|
@@ -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{
|