增加:企业签署链接获取并且跳转
This commit is contained in:
parent
4df1a1979b
commit
0ec4e7f003
|
|
@ -68,7 +68,7 @@
|
|||
<template slot-scope="scope">
|
||||
<el-button v-if="scope.row.binding_status == 1" type="text" size="small" @click="downloadContract(scope.row.id)">查看合同</el-button>
|
||||
<el-button v-if="scope.row.binding_status == 2" type="text" size="small" @click="lookRejectedReason(scope.row)">拒绝原因</el-button>
|
||||
<el-button v-if="scope.row.binding_status != 2 && Number(scope.row.sign_task_id) > 0" type="text" size="small" @click="signInfo(scope.row.id)">
|
||||
<el-button v-if="scope.row.binding_status != 2 && Number(scope.row.sign_task_id) > 0 && scope.row.enterprise_status == 0" type="text" size="small" @click="signInfo(scope.row.id)">
|
||||
签署合同
|
||||
</el-button>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue