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: '',