From 5598e8015f086474c53ccaf537e129ac5f2fac3d Mon Sep 17 00:00:00 2001 From: zhouhaibin Date: Fri, 20 Jun 2025 13:50:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AE=A1=E6=A0=B8=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sjjTender/DocumentTasks/SjjDocumentTasks.data.ts | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/views/sjjTender/DocumentTasks/SjjDocumentTasks.data.ts b/src/views/sjjTender/DocumentTasks/SjjDocumentTasks.data.ts index 412a5d7..f0aaaa3 100644 --- a/src/views/sjjTender/DocumentTasks/SjjDocumentTasks.data.ts +++ b/src/views/sjjTender/DocumentTasks/SjjDocumentTasks.data.ts @@ -10,8 +10,12 @@ export const formSchemas: FormSchema[] = [ component: 'Select', componentProps: { options: [{ - label: '招标文件审核', + label: '招标文件文本审核', value: 'sjjbidAnalysis', + }, + { + label: '招标文件图片审核', + value: 'sjjbidImageAnalysis', }] }, }, @@ -90,8 +94,12 @@ export const modalSchemas: FormSchema[] = [ component: 'Select', componentProps: { options: [{ - label: '招标文件审核', + label: '招标文件文本审核', value: 'sjjbidAnalysis', + }, + { + label: '招标文件图片审核', + value: 'sjjbidImageAnalysis', }] }, },