forked from wangziqi/gongxue-base
feat: 更新系统名称为学生管理系统,修改相关页面标题和生成的账单信息
This commit is contained in:
@@ -103,7 +103,7 @@ export const buildBillPrintHtml = (bill: BillPrintData) => {
|
||||
<thead><tr><th>费用类型</th><th>说明</th><th>天数</th><th>总人天</th><th>金额(元)</th></tr></thead>
|
||||
<tbody>${rows || '<tr><td class="empty" colspan="5">暂无费用明细</td></tr>'}</tbody>
|
||||
</table>
|
||||
<div class="footer">本账单由恭学教育基地管理系统自动生成</div>
|
||||
<div class="footer">本账单由学生管理系统自动生成</div>
|
||||
<script>window.addEventListener('load', function () { setTimeout(function () { window.print(); }, 100); });</script>
|
||||
</body>
|
||||
</html>`;
|
||||
|
||||
Reference in New Issue
Block a user