diff --git a/js/demandPlan/plan_check_list.js b/js/demandPlan/plan_check_list.js index 0fff633..4fe4d57 100644 --- a/js/demandPlan/plan_check_list.js +++ b/js/demandPlan/plan_check_list.js @@ -174,7 +174,7 @@ function initTable() { let html = ""; html += "详情"; let content = getCheckStatus(d.statusType, d.status); - if (!(content.indexOf('驳回') > -1 || content.indexOf('通过') > -1)) { + if (!(content.indexOf('驳回') > -1 || !content.indexOf('已撤回') > -1 || content.indexOf('通过') > -1)) { html += "