linwenxin 4 månader sedan
förälder
incheckning
845801a947
1 ändrade filer med 9 tillägg och 0 borttagningar
  1. 9 0
      src/views/workOrder/appraiseAppeal/appraisalStatement/index.vue

+ 9 - 0
src/views/workOrder/appraiseAppeal/appraisalStatement/index.vue

@@ -646,6 +646,9 @@ export default {
         },
         // 二次申诉
         secondStatement: {
+          conditions: ({ row, index, column }) => {
+            return true
+          },
           click: ({ row, index, column }) => {
             appraiseApplyApplyDetail({
               id: row.id
@@ -660,6 +663,9 @@ export default {
         },
         // 信息部审核
         InfoDepartmentAudit: {
+          conditions: ({ row, index, column }) => {
+            return true
+          },
           click: ({ row, index, column }) => {
             appraiseApplyApplyDetail({
               id: row.id
@@ -674,6 +680,9 @@ export default {
         },
         // 结算组审核
         clearingSectionAudit: {
+          conditions: ({ row, index, column }) => {
+            return true
+          },
           click: ({ row, index, column }) => {
             appraiseApplyApplyDetail({
               id: row.id