|
@@ -99,7 +99,12 @@
|
|
|
<div class="operateBtn" @click="operateClick(scope.row)">
|
|
|
<span>查看</span>
|
|
|
</div>
|
|
|
- <div v-hasPermi="['loan-cancel']" class="operateBtn" @click="openForm(scope.row)">
|
|
|
+ <div
|
|
|
+ v-if="scope.row.isVerify != 1"
|
|
|
+ v-hasPermi="['loan-cancel']"
|
|
|
+ class="operateBtn"
|
|
|
+ @click="openForm(scope.row)"
|
|
|
+ >
|
|
|
<span>核销</span>
|
|
|
</div>
|
|
|
</div>
|