theo %!s(int64=3) %!d(string=hai) anos
pai
achega
275423333c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      backendEle/src/views/finance/withdraw.vue

+ 1 - 1
backendEle/src/views/finance/withdraw.vue

@@ -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>