1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
| <template>
| </template>
|
| <script>
| export default {
| data() {
| return {
|
| obj: {
| "type": 0,
| "name": {
| "text": "张三",
| "pos": {
| "left_top": {
| "x": 98.7780914307,
| "y": 40.9823074341
| },
| "right_top": {
| "x": 172.311325073,
| "y": 41.2864379883
| },
| "right_bottom": {
| "x": 172.190856934,
| "y": 64.9047088623
| },
| "left_bottom": {
| "x": 98.6072158813,
| "y": 64.5630187988
| }
| },
| "label": []
| },
| "gender": {
| "text": "男",
| "pos": {
| "left_top": {
| "x": 101.035919189,
| "y": 80.7537384033
| },
| "right_top": {
| "x": 121.421043396,
| "y": 80.7818603516
| },
| "right_bottom": {
| "x": 121.264938354,
| "y": 101.272567749
| },
| "left_bottom": {
| "x": 100.882026672,
| "y": 101.244766235
| }
| },
| "label": []
| },
| "nationality": {
| "text": "汉",
| "pos": {
| "left_top": {
| "x": 201.881393433,
| "y": 81.7225189209
| },
| "right_top": {
| "x": 222.004470825,
| "y": 81.6959762573
| },
| "right_bottom": {
| "x": 221.899169922,
| "y": 101.255821228
| },
| "left_bottom": {
| "x": 201.765304565,
| "y": 101.291915894
| }
| },
| "label": []
| },
| "address": {
| "text": "广州市天河区五山路483号xxxxxxxxx",
| "pos": {
| "left_top": {
| "x": 95.5787811279,
| "y": 150.794250488
| },
| "right_top": {
| "x": 310.358947754,
| "y": 151.617507935
| },
| "right_bottom": {
| "x": 310.004699707,
| "y": 220.222885132
| },
| "left_bottom": {
| "x": 95.1295013428,
| "y": 219.552230835
| }
| },
| "label": []
| },
| "id": {
| "text": "4452xxxxxxxxxxxx",
| "pos": {
| "left_top": {
| "x": 176.158676147,
| "y": 244.072860718
| },
| "right_top": {
| "x": 453.888336182,
| "y": 244.978515625
| },
| "right_bottom": {
| "x": 453.874603271,
| "y": 266.313659668
| },
| "left_bottom": {
| "x": 176.066543579,
| "y": 265.342407227
| }
| },
| "label": []
| },
| "card_position": {
| "pos": {
| "left_top": {
| "x": 1085.625,
| "y": 621.75
| },
| "right_top": {
| "x": 338.125,
| "y": 594.75
| },
| "right_bottom": {
| "x": 303.625,
| "y": 99.75
| },
| "left_bottom": {
| "x": 1189.125,
| "y": 126.75
| }
| },
| "label": []
| },
| "image_width": 1280,
| "image_height": 960,
| "image_path": "http://tmp/wx4418e3e031e551be.o6zAJs-yC5ByIjnyyy09jKDZquXk.dlrc7P7WlhnGb4aca86b078fc2acb5b08e7a0f438943.jpg"
| }
|
|
| }
| },
|
|
| methods: {
|
| }
| }
| </script>
|
| <style>
| </style>
|
|