| | |
| | | <tbody> |
| | | <tr> |
| | | <td rowspan="3" align="center"> |
| | | <div style="height: 80%;width: 50%"> |
| | | <QrcodeVue :value="httpUrl+item.id" :size="50"/> |
| | | <div style="height: 80%"> |
| | | <QrcodeVue :value="httpUrl+item.id" :size="100"/> |
| | | </div> |
| | | </td> |
| | | <td>设备编号</td> |
| | | <td>{{ item.equipmentCode }}</td> |
| | | <td class="long-col">{{ item.equipmentCode }}</td> |
| | | </tr> |
| | | |
| | | <tr> |
| | | <td>设备名称</td> |
| | | <td>{{ item.equipmentName }}</td> |
| | | <td style="width: 25%">设备名称</td> |
| | | <td class="long-col">{{ item.equipmentName }}</td> |
| | | </tr> |
| | | |
| | | <tr> |
| | | <td>设备型号</td> |
| | | <td>{{ item.equipmentModel }}</td> |
| | | <td class="long-col">{{ item.equipmentModel }}</td> |
| | | </tr> |
| | | |
| | | <tr> |
| | | <td>设备管理</td> |
| | | <td>使用车间</td> |
| | | <td>{{ item.orgId_dictText }}</td> |
| | | <td class="long-col">{{ item.orgId_dictText }}</td> |
| | | </tr> |
| | | |
| | | <tr> |
| | | <td rowspan="3" align="center"> |
| | | <div style="height: 80%;width: 50%"> |
| | | <QrcodeVue :value="item.equipmentCode" :size="50"/> |
| | | <div style="height: 80%"> |
| | | <QrcodeVue :value="item.equipmentCode" :size="100"/> |
| | | </div> |
| | | </td> |
| | | <td>出厂编号</td> |
| | | <td>{{ item.factoryNumber }}</td> |
| | | <td class="long-col">{{ item.factoryNumber }}</td> |
| | | </tr> |
| | | |
| | | <tr> |
| | | <td>设备管理员</td> |
| | | <td>{{ item.equipmentManager_dictText }}</td> |
| | | <td class="long-col">{{ item.equipmentManager_dictText }}</td> |
| | | </tr> |
| | | |
| | | <tr> |
| | | <td>安装位置</td> |
| | | <td>{{ item.installationPosition }}</td> |
| | | <td class="long-col">{{ item.installationPosition }}</td> |
| | | </tr> |
| | | |
| | | <tr> |
| | |
| | | text-align: center; |
| | | |
| | | &:not(:last-child) { |
| | | margin-bottom: 10px; |
| | | margin-bottom: 100px; |
| | | } |
| | | |
| | | th { |
| | | font-size: 24px; |
| | | letter-spacing: 3px; |
| | | padding: 12px; |
| | | padding: 6px; |
| | | } |
| | | |
| | | td { |
| | | font-size: 14px; |
| | | width: 33%; |
| | | /*width: 33%;*/ |
| | | padding: 6px; |
| | | |
| | | &.long-col { |
| | | width: 300px; |
| | | } |
| | | } |
| | | } |
| | | </style> |