@@ -123,7 +123,7 @@
type="text"
>缴费二维码</el-button>
<el-button
- v-if="scope.row.payState === 1"
+ v-if="scope.row.payState === 1 && $helpers.permission('tenantContractRecord/queryPage')"
@click="onDownloadProtocol(scope.row)"
>下载协议</el-button>
@@ -67,7 +67,7 @@
@click="openService(scope.row, 'open')"
v-if="!scope.row.status"
- v-permission="'tenantInfo/info'"
+ v-permission="'tenantContractTemplate/updateStatus'"
>启用</el-button>
</template>