| | |
| | | <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>
|
| | |
| | | <DownOutlined />
|
| | | </a-button>
|
| | | </a-dropdown>
|
| | | <a-button @click="generateTask()" type="primary">{{ formatMessage('page.generateTask', '生成任务') }}</a-button>
|
| | | <!-- <a-button @click="generateTask()" type="primary">{{ formatMessage('page.generateTask', '生成任务') }}</a-button> -->
|
| | | <a-button @click="handleEdit(null)" type="primary">{{ formatMessage('page.add', '添加') }}</a-button>
|
| | | <a-button @click="handleExport">{{ formatMessage('page.export', '导出') }}</a-button>
|
| | | </div>
|