소스 검색

翻译fix

theo 3 년 전
부모
커밋
275423333c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      backendEle/src/views/finance/withdraw.vue

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

@@ -54,7 +54,7 @@
                   To be paid<!-- 设为待付款 -->
                 </el-dropdown-item>
                 <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`)"> <!-- 确定对当前提现进行设为已付款操作 -->
                   Paid<!--设为已付款-->
                 </el-dropdown-item>