소스 검색

no message

linwenxin 4 달 전
부모
커밋
9c37b08413
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/workOrder/appraiseAppeal/appraisalStatement/index.vue

+ 2 - 2
src/views/workOrder/appraiseAppeal/appraisalStatement/index.vue

@@ -664,7 +664,7 @@ export default {
         // 信息部审核
         InfoDepartmentAudit: {
           conditions: ({ row, index, column }) => {
-            return row.isSecond == false && row.status == 'OK'
+            return row.isSecond == false && row.status == 'WAIT_CENTER'
           },
           click: ({ row, index, column }) => {
             appraiseApplyApplyDetail({
@@ -681,7 +681,7 @@ export default {
         // 结算组审核
         clearingSectionAudit: {
           conditions: ({ row, index, column }) => {
-            return true
+            return row.isSecond == true && row.status == 'WAIT_CENTER'
           },
           click: ({ row, index, column }) => {
             appraiseApplyApplyDetail({