소스 검색

no message

linwenxin 1 년 전
부모
커밋
a35ea3b2e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/engineerFeeSettlement/monthlyPayrollSummary/index.vue

+ 1 - 1
src/views/engineerFeeSettlement/monthlyPayrollSummary/index.vue

@@ -314,7 +314,7 @@ export default {
         monthRejection: {
           prompt: "是否确定驳回?",
           conditions: ({ row, index, column }) => {
-            return true
+            return row.status == "NOT"
           },
           click: ({ row, index, column }) => {
             settleMonthWagesBatchReject([row.id]).then(res => {