瀏覽代碼

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