From 9c926e62292291d1976849c461b9038f6664d38c Mon Sep 17 00:00:00 2001 From: sunzehua Date: Wed, 30 Oct 2024 18:18:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/print/columns.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/system/print/columns.tsx b/src/views/system/print/columns.tsx index 7d0c8ca7..afae4c66 100644 --- a/src/views/system/print/columns.tsx +++ b/src/views/system/print/columns.tsx @@ -211,6 +211,12 @@ export const temFormSchema: FormSchema[] = [ } }, }, + { + field: 'namingRule', + label: '打印文件名称', + component: 'Input', + colProps: { span: 24 }, + }, { field: 'templateName', label: '',