From 3afcf4b5cb887bc71357908d83010b7795c3a86f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Tue, 21 Oct 2025 09:29:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=98=BE=E7=A4=BA=E4=B8=80?= =?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 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/views/modules/reportWorkOrder/reportCheckOrder.vue b/src/views/modules/reportWorkOrder/reportCheckOrder.vue index ba97348..197a8ce 100644 --- a/src/views/modules/reportWorkOrder/reportCheckOrder.vue +++ b/src/views/modules/reportWorkOrder/reportCheckOrder.vue @@ -585,6 +585,24 @@ fixed: '', columnWidth: 80, }, + { + userId: this.$store.state.user.name, + functionId: 101002005, + serialNumber: '101002005Table1TaskStartDate', + tableId: "101002005Table1", + tableName: "点检执行表", + columnProp: 'taskStartDate', + 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,