From 6a549f5b71e6c59a38b6d9c68165111d3c5adb79 Mon Sep 17 00:00:00 2001 From: luotaiqian <1147642922@qq.com> Date: Tue, 28 Jul 2026 13:43:22 +0800 Subject: [PATCH] on-site confirm --- .../EvalProject/Create/index.js | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/pages/Container/SafetyEvalBusiness/EvalProject/Create/index.js b/src/pages/Container/SafetyEvalBusiness/EvalProject/Create/index.js index cb93079..f1bfb21 100644 --- a/src/pages/Container/SafetyEvalBusiness/EvalProject/Create/index.js +++ b/src/pages/Container/SafetyEvalBusiness/EvalProject/Create/index.js @@ -11,6 +11,7 @@ import { DatePicker, Flex, Tag, + Radio, } from "antd"; import dayjs from "dayjs"; import { tools } from "@cqsjjb/jjb-common-lib"; @@ -298,14 +299,15 @@ const EvalProjectCreate = (props) => { /> + + - {QUALIFICATION_INDUSTRY_OPTIONS.map((opt) => ( {opt.label} @@ -314,6 +316,18 @@ const EvalProjectCreate = (props) => { + + + + + + + +