yh-hiprint 1.0.9 → 1.0.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yh-hiprint",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "description": "Hiprint for Vue3 by NoahLiu in ForceCon in Hunan Changesha",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
package/panel.js CHANGED
@@ -7,50 +7,10 @@ export default {
7
7
  paperHeader: 49.5,
8
8
  paperFooter: 780,
9
9
  watermarkOptions: {
10
- content: "力控远海",
11
- rotate: 25,
10
+ content: "hiPrint",
11
+ rotate: 45,
12
12
  },
13
- printElements: [
14
- {
15
- options: { left: 60, top: 27, height: 13, width: 52, title: "页眉线", textAlign: "center" },
16
- printElementType: { type: "text" },
17
- },
18
- {
19
- options: {
20
- left: 10,
21
- top: 100,
22
- height: 100,
23
- width: 570,
24
- field: "table",
25
- columns: [
26
- [
27
- {
28
- width: 100,
29
- title: "姓名",
30
- align: "left",
31
- },
32
- {
33
- width: 100,
34
- title: "性别",
35
- },
36
- {
37
- width: 100,
38
- title: "销售数量",
39
- },
40
- {
41
- width: 100,
42
- title: "销售金额",
43
- },
44
- ],
45
- ],
46
- },
47
- printElementType: { type: "table" },
48
- },
49
- {
50
- options: { left: 525, top: 784.5, height: 13, width: 63, title: "页尾线", textAlign: "center" },
51
- printElementType: { title: "自定义文本", type: "text" },
52
- },
53
- ],
13
+ printElements: [],
54
14
  paperNumberLeft: 565.5,
55
15
  paperNumberTop: 819,
56
16
  },