From 0810edc966a5fac3f1a25a56fd3b5357a2480715 Mon Sep 17 00:00:00 2001
From: “linengliang” <vanSuperEnergy@163.com>
Date: 星期二, 24 十月 2023 17:05:42 +0800
Subject: [PATCH] 设备台账大全

---
 src/views/eam/DailyInspectionStandardList.vue |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/src/views/eam/DailyInspectionStandardList.vue b/src/views/eam/DailyInspectionStandardList.vue
index 15245f8..0cb2c33 100644
--- a/src/views/eam/DailyInspectionStandardList.vue
+++ b/src/views/eam/DailyInspectionStandardList.vue
@@ -1,6 +1,6 @@
 <template>
   <a-card
-    title="鏃ュ父鐐规"
+    title="鏃ヤ繚鍛ㄤ繚鏍囧噯"
     :bordered='false'
   >
     <div class='table-page-search-wrapper'>
@@ -99,7 +99,7 @@
         size='middle'
         bordered
         rowKey='id'
-        :scroll="{ x: 'calc(1400px + 50%)', y: 900 }"
+        :scroll="{ x: 'calc(1600px + 50%)', y: 900 }"
         :columns='columns'
         :dataSource='dataSource'
         :pagination='ipagination'
@@ -262,6 +262,16 @@
           dataIndex: 'assignModeName',
         },
         {
+          title: '鐢熸晥鏃堕棿',
+          align: 'center',
+          dataIndex: 'takeEffectTime',
+        },
+        {
+          title: '澶辨晥鏃堕棿',
+          align: 'center',
+          dataIndex: 'loseEfficacyTime',
+        },
+        {
           title: '鍒涘缓浜�',
           align: 'center',
           dataIndex: 'createBy',

--
Gitblit v1.9.3