feat:项目管理-审计内容5-优化表格生成功能

This commit is contained in:
2025-12-09 15:31:49 +08:00
parent 41c633ef8b
commit c1082d42f3
3 changed files with 44 additions and 4 deletions

View File

@@ -331,6 +331,7 @@ export async function generateBudgetManageTable(data: {
projectLibrary?: string;
history?: string;
suggestion?: string;
data?: any;
docList?: any[];
fileList?: any[];
}) {
@@ -376,6 +377,7 @@ export async function generateBudgetExecutionTable(data: {
projectLibrary?: string;
history?: string;
suggestion?: string;
data?: any;
docList?: any[];
fileList?: any[];
}) {