From e4ee1cdb4aabc4dfcf584fb9070d2dcb4824e2bd Mon Sep 17 00:00:00 2001 From: nisen Date: Thu, 26 Oct 2023 16:31:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=A6=E4=B9=A0=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E5=9B=BE=E7=AE=A1=E7=90=86=E5=9C=A8=E7=BA=BF=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E6=97=B6=E9=97=B4=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/router/RouterCommonManage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/drawers/router/RouterCommonManage.vue b/src/components/drawers/router/RouterCommonManage.vue index 98ccbd28..c11fea4e 100644 --- a/src/components/drawers/router/RouterCommonManage.vue +++ b/src/components/drawers/router/RouterCommonManage.vue @@ -310,7 +310,7 @@ export default { customRender: (text) => { return (
- {text.record.lastStudyTime?text.record.lastStudyTime:"-"} + {text.record.lastStudyTime && text.record.finishStatus == 1 ?text.record.lastStudyTime:"-"}
); },