From 1c4bbb2ce4acb9b63ad7ecedb203a2829a7b6338 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Wed, 5 Aug 2026 16:20:07 +0800 Subject: [PATCH] =?UTF-8?q?7=E6=9C=8828=E6=97=A5=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E5=8F=98=E6=9B=B4=EF=BC=8C=E5=87=86=E5=85=A5=E8=B5=84=E8=B4=A8?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=20=20=E5=90=8C=E6=AD=A5=E5=88=B0=E4=BC=81?= =?UTF-8?q?=E4=B8=9A=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Qualification/Apply/List/index.js | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/pages/Container/BranchCompany/Qualification/Apply/List/index.js b/src/pages/Container/BranchCompany/Qualification/Apply/List/index.js index b8280d8..2457c50 100644 --- a/src/pages/Container/BranchCompany/Qualification/Apply/List/index.js +++ b/src/pages/Container/BranchCompany/Qualification/Apply/List/index.js @@ -65,6 +65,7 @@ function List(props) { { title: "审核公司", dataIndex: "groupUnitName" }, { title: "审核状态", dataIndex: "status", render: (_, record) => ( <> + {record.status === 100 && `暂存`} {record.status === 200 && "审核中"} {record.status === 300 && "已驳回"} {record.status === 400 && "已通过"} @@ -89,7 +90,7 @@ function List(props) { {props.permission("zrzz-jtgs-zrzzsq-btn-xg") && ( )} - {props.permission("zrzz-jtgs-zrzzsq-btn-ckbhyy") && ( + {false && ( + )} ), },