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:"-"}
); },