zhaowei
2025-04-29 89a699602d78bb55c6ac70c5e9fd0306429d5e23
src/views/eam/equipment/modules/NameplateModal.vue
@@ -18,8 +18,10 @@
        <tbody>
        <tr>
          <td rowspan="3">
            <QrcodeVue :value="httpUrl+item.equipmentCode"/>
          <td rowspan="3" align="center">
            <div style="height: 80%;width: 50%">
              <QrcodeVue :value="httpUrl+item.id" :size="50"/>
            </div>
          </td>
          <td>设备编号</td>
          <td>{{ item.equipmentCode }}</td>
@@ -42,8 +44,10 @@
        </tr>
        <tr>
          <td rowspan="3">
            <QrcodeVue :value="item.equipmentCode"/>
          <td rowspan="3" align="center">
            <div style="height: 80%;width: 50%">
              <QrcodeVue :value="item.equipmentCode" :size="50"/>
            </div>
          </td>
          <td>出厂编号</td>
          <td>{{ item.factoryNumber }}</td>
@@ -133,14 +137,15 @@
  }
  th {
    font-size: 28px;
      font-size: 24px;
    letter-spacing: 3px;
    padding: 20px;
      padding: 12px;
  }
  td {
    font-size: 18px;
      font-size: 14px;
    width: 33%;
      padding: 6px;
  }
}
</style>