From 3bc24219ed0072da7e931a852f58dec029fccd8d Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Tue, 14 May 2024 00:09:36 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E9=A6=96=E9=A1=B5t?= =?UTF-8?q?ag=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/index.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index f69f611..0db68ce 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -114,7 +114,13 @@ const tableConfig = reactive({ label: '类型', align: 'center', showOverflowTooltip: false, - currentRender: ({row, index}) => () + currentRender: ({row, index}) => { + if(row.targetState!==null){ + return () + }else { + return '--' + } + } }, { prop: 'submitTime',