linwenxin il y a 4 mois
Parent
commit
c0451b1a16

+ 1 - 1
src/views/workOrder/appraise/index.vue

@@ -68,7 +68,7 @@ export default {
       return this.operationBtn({
         shenshu: {
           conditions: ({ row, index, column }) => {
-            return row.appraiseStatus == 'C'
+            return !(!['A', 'D', 'T'].includes(row.appraiseStatus) && row.appraiseApplyId)
           },
           click: ({ row, index, column }) => {
             this.$router.push({

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

@@ -737,7 +737,7 @@ export default {
         // 二次申诉
         secondStatement: {
           conditions: ({ row, index, column }) => {
-            return row.isSecond == false && row.websitResult == 'ALL' && row.status == 'OK'
+            return row.isSecond == true && row.status == 'WAIT'
           },
           click: ({ row, index, column }) => {
             appraiseApplyApplyDetail({