From 42ca5f8ba58eb566566f31750d30095107d69586 Mon Sep 17 00:00:00 2001 From: A0010407 Date: Fri, 1 Mar 2024 10:57:06 +0800 Subject: [PATCH] =?UTF-8?q?2024-3-1=20=E4=BF=9D=E5=85=BB/=E7=82=B9?= =?UTF-8?q?=E6=A3=80/=E5=B7=A1=E6=A3=80=E9=A1=B5=E9=9D=A2=E5=8A=A0?= =?UTF-8?q?=E5=BA=8F=E5=8F=B7+=E7=BB=B4=E4=BF=AE=E6=8A=A5=E8=A1=A8?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=9B=BE=E7=89=87=E5=B1=95=E7=A4=BA=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device/inspectionWork/index.vue | 6 +++++ src/views/device/maintenanceWork/index.vue | 6 +++++ src/views/device/repairOrderReport/index.vue | 22 ++++++++++++++----- .../selectSparePartsLedger.vue | 2 +- src/views/device/spotInspectionWork/index.vue | 6 +++++ 5 files changed, 35 insertions(+), 7 deletions(-) diff --git a/src/views/device/inspectionWork/index.vue b/src/views/device/inspectionWork/index.vue index 2a536cdc..c2afe432 100644 --- a/src/views/device/inspectionWork/index.vue +++ b/src/views/device/inspectionWork/index.vue @@ -323,6 +323,8 @@ + + @@ -672,6 +674,10 @@ export default { this.getList(); }, methods: { + // 生成表头序号 + indexMethod(index) { + return index + 1; + }, // 获取工作中心 setWorkCenter() { getWorkCenter().then(response => { diff --git a/src/views/device/maintenanceWork/index.vue b/src/views/device/maintenanceWork/index.vue index bb5798d1..f10cf76d 100644 --- a/src/views/device/maintenanceWork/index.vue +++ b/src/views/device/maintenanceWork/index.vue @@ -339,6 +339,8 @@ + + @@ -741,6 +743,10 @@ export default { this.getList(); }, methods: { + // 生成表头序号 + indexMethod(index) { + return index + 1; + }, // 获取工作中心 setWorkCenter() { getWorkCenter().then(response => { diff --git a/src/views/device/repairOrderReport/index.vue b/src/views/device/repairOrderReport/index.vue index 35ecbbfe..7c4914e9 100644 --- a/src/views/device/repairOrderReport/index.vue +++ b/src/views/device/repairOrderReport/index.vue @@ -195,7 +195,7 @@ label="维修单号" align="center" prop="workCode" - width="200" + width="180" fixed >