|
@@ -60,10 +60,7 @@ export default {
|
|
|
name: 'expressDelivery1',
|
|
|
unit: 'mm',
|
|
|
size: [210, 297],
|
|
|
- fixed: [
|
|
|
- { type: 'image', x: 0, y: 0, default: this.zhengshu, width: 210, height: 297 },
|
|
|
- { type: 'text', x: 209, y: 205, fontSize: 3.5, default: '2020年11月参加吉林省大学生就业能力扩展训练' },
|
|
|
- ],
|
|
|
+ fixed: [{ type: 'image', x: 0, y: 0, default: this.zhengshu, width: 210, height: 297 }],
|
|
|
|
|
|
data: {
|
|
|
school_name: { type: 'text', x: 15, y: 15, fontSize: 3.5 },
|