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 && (