| | |
| | | <div class="text item">最近扣减金额<span class="time">{{ item.latestDeductMoney ? item.latestDeductMoney:0 }}</span></div> |
| | | <div class="text item">累计扣减金额<span class="time">{{ item.deductMoney ? item.deductMoney:0}}</span></div> |
| | | <div class="text item">最近核算月份 |
| | | <span v-if="item.latestMonth" class="time">{{ item.whichYear }}年{{ item.latestMonth }}月{{item.latestDay}}日</span> |
| | | <!-- <span v-if="item.latestMonth" class="time">{{ item.whichYear }}年{{ item.latestMonth }}月{{item.latestDay}}日</span>--> |
| | | <span v-if="item.latestMonth" class="time">{{ item.whichYear }}年{{ item.latestMonth }}月</span> |
| | | <span v-else class="time">暂无</span> |
| | | </div> |
| | | <el-button size="small" type="primary" round style="float: right;margin-left: 18px;" @click="handleExport(item.whichYear,item.whichMonth,null,item.contractId,item.contractName)" v-hasPermi="['system:calculate:report:export']">导出</el-button> |
| | |
| | | label="核算月份" |
| | | width="180"> |
| | | <template slot-scope="scope"> |
| | | <span> {{ scope.row.whichYear +'年'+ scope.row.whichMonth+ '月' + scope.row.whichDay+ '日'}}</span> |
| | | <!-- <span> {{ scope.row.whichYear +'年'+ scope.row.whichMonth+ '月' + scope.row.whichDay+ '日'}}</span>--> |
| | | <span> {{ scope.row.whichYear +'年'+ scope.row.whichMonth+ '月'}}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |