From 59de7fa1910f328131e1f515b3db1a879ebd5edc Mon Sep 17 00:00:00 2001 From: zengwh <81383286@qq.com> Date: Thu, 28 Oct 2021 22:15:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=AC=E5=9B=9E=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/js/beHospList/beHospList.js | 2 +- src/main/webapp/static/js/lastVerifyList/lastVerifyList.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/js/beHospList/beHospList.js b/src/main/webapp/static/js/beHospList/beHospList.js index 856f2d5..40faf91 100644 --- a/src/main/webapp/static/js/beHospList/beHospList.js +++ b/src/main/webapp/static/js/beHospList/beHospList.js @@ -160,7 +160,7 @@ function initTable() { if(value == '召回中'){ return '召回中'; }else{ - return ''; + return '未召回'; } } }, diff --git a/src/main/webapp/static/js/lastVerifyList/lastVerifyList.js b/src/main/webapp/static/js/lastVerifyList/lastVerifyList.js index c2e0170..7018dc0 100644 --- a/src/main/webapp/static/js/lastVerifyList/lastVerifyList.js +++ b/src/main/webapp/static/js/lastVerifyList/lastVerifyList.js @@ -194,10 +194,10 @@ function initTable() { align: 'center', valign: 'middle', formatter:function(value, row){ - if(value != '召回中'){ + if(value == '召回中'){ return '召回中'; }else{ - return ''; + return '未召回'; } } },