|
@@ -91,7 +91,7 @@
|
|
<el-table-column prop="invoicing" label="发票"></el-table-column>
|
|
<el-table-column prop="invoicing" label="发票"></el-table-column>
|
|
<el-table-column prop="driverContractUrl" label="合同">
|
|
<el-table-column prop="driverContractUrl" label="合同">
|
|
<template scope="scope">
|
|
<template scope="scope">
|
|
- <span @click="contract(scope.row)" class="btn_css">查看</span>
|
|
|
|
|
|
+ <span @click="contract(scope.row)" class="btn_css" v-if="scope.row.orderStatusKey>3 && scope.row.cargoOwnerStatus != '已终止'">查看</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="updateDate" label="更新时间" min-width="160"></el-table-column>
|
|
<el-table-column prop="updateDate" label="更新时间" min-width="160"></el-table-column>
|
|
@@ -458,7 +458,7 @@
|
|
this.getList()
|
|
this.getList()
|
|
},
|
|
},
|
|
contract(row) {
|
|
contract(row) {
|
|
- window.open(row.ownerContractUrl)
|
|
|
|
|
|
+ window.open(row.driverContractUrl)
|
|
// this.userInfo = true;
|
|
// this.userInfo = true;
|
|
},
|
|
},
|
|
userClose() {
|
|
userClose() {
|