From df02ed79c2f09b9af712ef604f95a19854ff0fd4 Mon Sep 17 00:00:00 2001 From: wren Date: Wed, 18 Mar 2026 22:51:19 +0800 Subject: [PATCH] =?UTF-8?q?fix(upload):=20=E5=AD=90=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E6=A1=86=E5=A7=8B=E7=BB=88=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=EF=BC=8C=E4=B8=8D=E9=99=90=E4=BA=8E=E5=90=88=E5=90=8C=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/routes/files.upload.tsx | 46 ++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 24 deletions(-) diff --git a/app/routes/files.upload.tsx b/app/routes/files.upload.tsx index ac4daf5..3bf4e4a 100644 --- a/app/routes/files.upload.tsx +++ b/app/routes/files.upload.tsx @@ -2332,30 +2332,28 @@ export default function FilesUpload() {
优先级影响文档在队列中的处理顺序
- {/* 只有选择合同类型时才显示合同子类型选择器 */} - {isContractType && ( -
- - -
选择正确的合同类型以应用对应的审核规则
-
- )} + {/* 子类型(专属类型)- 始终显示 */} +
+ + +
选择文档专属类型以应用对应的审核规则(合同大类请选择技术/租赁/买卖等)
+