From 4af2ed5d25cd0f348c954eaddb21c0e8bb1074bb Mon Sep 17 00:00:00 2001 From: liuwu <975499773@qq.com> Date: Fri, 3 Nov 2023 11:13:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=B2=E5=AE=8C=E6=88=90?= =?UTF-8?q?=E7=9A=84=E5=91=A8=E6=8C=87=E6=A0=87=E5=8F=AF=E4=BB=A5=E7=BB=A7?= =?UTF-8?q?=E7=BB=AD=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/base/affairs/warn.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cyx-admin/src/main/resources/templates/base/affairs/warn.html b/cyx-admin/src/main/resources/templates/base/affairs/warn.html index c0ab961..cdb8c16 100644 --- a/cyx-admin/src/main/resources/templates/base/affairs/warn.html +++ b/cyx-admin/src/main/resources/templates/base/affairs/warn.html @@ -226,6 +226,11 @@ }else if (row.status === '3'){ actions.push('已驳回 '); actions.push('重新上传附件 '); + }else if (row.status === '4'){ + actions.push(('已完成'+row.updateTime.substr(0,10)+' ')); + actions.push('查看附件 '); + actions.push('继续上传 '); + } return actions.join(''); }