浏览代码

Merge branch 'linwenxin_dev' of https://gogs.zfire.top/zfire-front/zfire-newmall-admin into develop

linwenxin 1 年之前
父节点
当前提交
7514427719
共有 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 => {