|
@@ -54,7 +54,7 @@
|
|
|
To be paid<!-- 设为待付款 -->
|
|
To be paid<!-- 设为待付款 -->
|
|
|
</el-dropdown-item>
|
|
</el-dropdown-item>
|
|
|
<el-dropdown-item command="status"
|
|
<el-dropdown-item command="status"
|
|
|
- @click.native="handleStatusShow(scope.row, 6, 'Are you sure to set the current withdrawal as paid?确定对当前提现进行设为已付款操作?')"
|
|
|
|
|
|
|
+ @click.native="handleStatusShow(scope.row, 6, 'Are you sure to set the current withdrawal as paid?')"
|
|
|
v-show="scope.row.AUDIT_STATUS === '3' && permission.hasPermission(`finance/withdraw-status`)"> <!-- 确定对当前提现进行设为已付款操作 -->
|
|
v-show="scope.row.AUDIT_STATUS === '3' && permission.hasPermission(`finance/withdraw-status`)"> <!-- 确定对当前提现进行设为已付款操作 -->
|
|
|
Paid<!--设为已付款-->
|
|
Paid<!--设为已付款-->
|
|
|
</el-dropdown-item>
|
|
</el-dropdown-item>
|