From 9a7eba69c41bd1ff577615349d16829e0073d943 Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Wed, 11 Sep 2024 11:30:21 +0800 Subject: [PATCH] 修改 --- gz-customerSystem/src/views/register/matterDetail/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gz-customerSystem/src/views/register/matterDetail/index.jsx b/gz-customerSystem/src/views/register/matterDetail/index.jsx index e918634..8a8fe77 100644 --- a/gz-customerSystem/src/views/register/matterDetail/index.jsx +++ b/gz-customerSystem/src/views/register/matterDetail/index.jsx @@ -160,7 +160,7 @@ </Space> </Col> <FileTable mainId={props.caseId} fileInfoList={infoData.fileInfoList} isReview={true} /> - {infoData?.canalName === '大厅来访' && + {infoData?.canal === '22_00001-1' && <> <Col span={24} style={{ marginTop: '12px' }}> <Space size='small'> -- Gitblit v1.8.0