|
@@ -87,7 +87,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column width="80" prop="status" label="状态"></el-table-column>
|
|
|
<el-table-column width="100" prop="signingDate" label="签订日期"></el-table-column>
|
|
|
- <el-table-column prop="address" label="操作" width="300">
|
|
|
+ <el-table-column prop="address" label="操作" width="350">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button v-if="scope.row.status=='已结算'" @click="finalstatement(scope.row)" type="primary">结算单</el-button>
|
|
|
<el-button v-if="scope.row.status=='已完成'" @click="closeaccount(scope.row)" type="primary">结算</el-button>
|
|
@@ -180,6 +180,9 @@
|
|
|
exportText,
|
|
|
getAnnex
|
|
|
} from '@/model/profitable/index'
|
|
|
+ import {
|
|
|
+ downloadFile
|
|
|
+} from '@/utils/batchDown'
|
|
|
export default {
|
|
|
components: {},
|
|
|
data() {
|