From 9676e09a8fa76483b27dd2f17dd7d9dbef8eac56 Mon Sep 17 00:00:00 2001 From: zenglf <18502938215@163.com> Date: 星期一, 23 十月 2023 18:00:54 +0800 Subject: [PATCH] 1、故障保修单名字修改 2、委外单位 调整为外委单位 --- src/views/eam/DailyMaintenanceStandardList.vue | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/views/eam/DailyMaintenanceStandardList.vue b/src/views/eam/DailyMaintenanceStandardList.vue index 4682417..30e82f1 100644 --- a/src/views/eam/DailyMaintenanceStandardList.vue +++ b/src/views/eam/DailyMaintenanceStandardList.vue @@ -1,6 +1,6 @@ <template> <a-card - title="鏃ュ父淇濆吇鏍囧噯" + title="鍛ㄦ湡鎬т繚鍏绘爣鍑�" :bordered='false' > <div class='table-page-search-wrapper'> @@ -122,7 +122,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' @@ -332,6 +332,16 @@ dataIndex: 'specificEquipment', }, { + title: '鐢熸晥鏃堕棿', + align: 'center', + dataIndex: 'takeEffectTime', + }, + { + title: '澶辨晥鏃堕棿', + align: 'center', + dataIndex: 'loseEfficacyTime', + }, + { title: '鍒涘缓浜�', align: 'center', dataIndex: 'createBy', -- Gitblit v1.9.3