@somecat/financial-report 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# H5 页面
|
|
2
2
|
|
|
3
3
|
基于设计图还原的 Vue3 H5 页面,固定 750px 宽度。
|
|
4
4
|
|
|
@@ -78,7 +78,7 @@ import { ReportApp, ReportPlugin } from './src'
|
|
|
78
78
|
const reportRef = ref(null)
|
|
79
79
|
const reportData = {
|
|
80
80
|
header: {
|
|
81
|
-
week: '
|
|
81
|
+
week: '3',
|
|
82
82
|
date: '2026.08.24',
|
|
83
83
|
title: '资金周报',
|
|
84
84
|
subtitle: '稳资金.降成本.控风险',
|