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({