feat: 更新系统名称为学生管理系统,修改相关页面标题和生成的账单信息
This commit is contained in:
@@ -35,7 +35,7 @@ export class BillsExportService {
|
||||
const bills = await qb.getMany();
|
||||
|
||||
const workbook = new ExcelJS.Workbook();
|
||||
workbook.creator = '恭学教育基地管理系统';
|
||||
workbook.creator = '学生管理系统';
|
||||
|
||||
// Sheet 1: 账单汇总
|
||||
const ws = workbook.addWorksheet('账单汇总');
|
||||
@@ -244,7 +244,7 @@ export class BillsExportService {
|
||||
doc
|
||||
.fontSize(8)
|
||||
.fillColor('#999')
|
||||
.text('本账单由恭学教育基地管理系统自动生成', { align: 'center' });
|
||||
.text('本账单由学生管理系统自动生成', { align: 'center' });
|
||||
|
||||
doc.end();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user