소스 검색

no message

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

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

@@ -647,7 +647,7 @@ export default {
         // 二次申诉
         secondStatement: {
           conditions: ({ row, index, column }) => {
-            return true
+            return row.isSecond == false && row.websitResult == 'All' && row.status == 'OK'
           },
           click: ({ row, index, column }) => {
             appraiseApplyApplyDetail({
@@ -664,7 +664,7 @@ export default {
         // 信息部审核
         InfoDepartmentAudit: {
           conditions: ({ row, index, column }) => {
-            return true
+            return row.isSecond == false && row.status == 'OK'
           },
           click: ({ row, index, column }) => {
             appraiseApplyApplyDetail({