From c408c703aec036468cd5399098c2f4829e2dab03 Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期日, 27 四月 2025 16:10:04 +0800
Subject: [PATCH] 1、我的待办新增批量处理功能 2、设备台账调整铭牌二维码大小

---
 src/views/eam/equipment/modules/NameplateModal.vue |   34 +++++++++++++++++++---------------
 1 files changed, 19 insertions(+), 15 deletions(-)

diff --git a/src/views/eam/equipment/modules/NameplateModal.vue b/src/views/eam/equipment/modules/NameplateModal.vue
index f36442b..6365b22 100644
--- a/src/views/eam/equipment/modules/NameplateModal.vue
+++ b/src/views/eam/equipment/modules/NameplateModal.vue
@@ -19,48 +19,48 @@
         <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>
@@ -133,19 +133,23 @@
     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>
\ No newline at end of file

--
Gitblit v1.9.3