zy-asrs-admin/src/components/print/zpalletBarcodePrint/template/template2.vue
@@ -21,9 +21,9 @@ <div v-for="(item, index) in list" :key="index"> <div v-for="count in repeatNum" style="font-size: 16px;margin-top: 20px;"> <div style="text-align: center;"> <img :src="globalState.url + '/api/code/auth?type=2¶m=' + item.barcode" /> <img :src="globalState.url + '/api/code/auth?type=2¶m=' + item.barcode" style="width: 200px;height: 200px;;"/> </div> <div style="text-align: center;"> <div style="text-align: center; font-size: 55px; font-weight: 600;" > {{ item.barcode }} </div> </div>