From 0924c97f99d9469612acee7db4d4517a6885a502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Mon, 20 Oct 2025 15:30:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=98=BE=E7=A4=BA=E4=B8=A4?= =?UTF-8?q?=E4=B8=AA=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reportWorkOrder/reportCheckOrder.vue | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/src/views/modules/reportWorkOrder/reportCheckOrder.vue b/src/views/modules/reportWorkOrder/reportCheckOrder.vue index 35efcda..ba97348 100644 --- a/src/views/modules/reportWorkOrder/reportCheckOrder.vue +++ b/src/views/modules/reportWorkOrder/reportCheckOrder.vue @@ -585,6 +585,42 @@ fixed: '', columnWidth: 80, }, + { + userId: this.$store.state.user.name, + functionId: 101002005, + serialNumber: '101002005Table1PlanPeriod', + tableId: "101002005Table1", + tableName: "点检执行表", + columnProp: 'planPeriod', + headerAlign: "center", + align: "center", + columnLabel: '点检频率', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 80, + }, + { + userId: this.$store.state.user.name, + functionId: 101002005, + serialNumber: '101002005Table1PlanCycle', + tableId: "101002005Table1", + tableName: "点检执行表", + columnProp: 'planCycle', + headerAlign: "center", + align: "center", + columnLabel: '点检周期', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 80, + }, { userId: this.$store.state.user.name, functionId: 101002005,