|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="title"> | 
|---|
|  |  |  | <span>退租信息</span> | 
|---|
|  |  |  | <span>账单结算</span> | 
|---|
|  |  |  | <div style="display: flex; align-items: center;"> | 
|---|
|  |  |  | <el-button type="primary" @click="addZD">添加收款</el-button> | 
|---|
|  |  |  | <el-button type="primary" @click="addFK">添加付款</el-button> | 
|---|
|  |  |  | 
|---|
|  |  |  | <el-table-column | 
|---|
|  |  |  | width="100" | 
|---|
|  |  |  | label="费用类型"> | 
|---|
|  |  |  | <template slot-scope="{row}"> | 
|---|
|  |  |  | <span v-if="row.costType === 0">租赁费</span> | 
|---|
|  |  |  | <span v-if="row.costType === 1">物业费</span> | 
|---|
|  |  |  | <span v-if="row.costType === 4">水电费</span> | 
|---|
|  |  |  | <span v-if="row.costType === 5">杂项费</span> | 
|---|
|  |  |  | <span v-if="row.costType === 6">其他</span> | 
|---|
|  |  |  | <template slot-scope="scope"> | 
|---|
|  |  |  | <div style="display: flex; align-items: center;"> | 
|---|
|  |  |  | <span v-if="scope.row.costType === 0">租赁费</span> | 
|---|
|  |  |  | <span v-if="scope.row.costType === 1">物业费</span> | 
|---|
|  |  |  | <span v-if="scope.row.costType === 4">水电费</span> | 
|---|
|  |  |  | <span v-if="scope.row.costType === 5">杂项费</span> | 
|---|
|  |  |  | <span v-if="scope.row.costType === 6">其他</span> | 
|---|
|  |  |  | <i class="el-icon-delete" | 
|---|
|  |  |  | style="color: red; margin-left: 10px; font-size: 18px; cursor: pointer;" | 
|---|
|  |  |  | @click="deleRow(scope.$index)" | 
|---|
|  |  |  | v-if="scope.row.date && scope.row.date.length !==0"> | 
|---|
|  |  |  | </i> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | <el-table-column | 
|---|
|  |  |  | 
|---|
|  |  |  | this.getUser() | 
|---|
|  |  |  | this.changeBtDate(this.form.btDate) | 
|---|
|  |  |  | this.visible = true | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | deleRow(index) { | 
|---|
|  |  |  | this.info.terminateList.splice(index, 1) | 
|---|
|  |  |  | this.countData() | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | getDayTime () { | 
|---|
|  |  |  | const today = new Date(); | 
|---|
|  |  |  | 
|---|
|  |  |  | flex-direction: column; | 
|---|
|  |  |  | border-bottom: 1px solid #ececec; | 
|---|
|  |  |  | margin-bottom: 15px; | 
|---|
|  |  |  | position: sticky; | 
|---|
|  |  |  | top: 0; | 
|---|
|  |  |  | left: 0; | 
|---|
|  |  |  | z-index: 999; | 
|---|
|  |  |  | background: #ffffff; | 
|---|
|  |  |  | span { | 
|---|
|  |  |  | color: black; | 
|---|
|  |  |  | font-size: 16px; | 
|---|