|
@@ -93,8 +93,8 @@
|
|
|
<el-table-column prop="signingDate" label="签订日期"></el-table-column>
|
|
|
<el-table-column prop="address" label="操作" width="300">
|
|
|
<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> -->
|
|
|
+ <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>
|
|
|
<el-button @click="inventory(scope.row)" type="primary">库存</el-button>
|
|
|
<el-button @click="cost(scope.row)" type="primary">费用</el-button>
|
|
|
</template>
|