|
@@ -51,7 +51,7 @@
|
|
|
<template slot-scope="scope">
|
|
|
<el-button size="mini" @click="newAcquisition(scope.$index, scope.row,'查看')">查看</el-button>
|
|
|
<el-button v-if="scope.row.status!='审核中'" size="mini" @click="newAcquisition(scope.$index, scope.row,'编辑')" v-hasPermission=" `acquisitionManagement.acquisitionCustomer.edit`">编辑</el-button>
|
|
|
- <el-button v-if="scope.row.status=='审核中'" size="mini" :disabled="!userJurisdictionAudit" @click="newAcquisition(scope.$index, scope.row,'审核中')">审核中</el-button>
|
|
|
+ <el-button v-if="scope.row.status=='审核中'" size="mini" :disabled="!scope.row.taskId" @click="newAcquisition(scope.$index, scope.row,'审核中')">审核中</el-button>
|
|
|
<el-button size="mini" :disabled="!userJurisdiction" type="danger" @click="delRow(scope.$index, scope.row)" v-hasPermission=" `acquisitionManagement.acquisitionCustomer.delete`">删除</el-button>
|
|
|
<el-button size="mini" @click="print(scope.$index, scope.row)">打印</el-button>
|
|
|
</template>
|