From ab30f3859d73caa2d668b5bb6dbdff942d89c3db Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期二, 21 十一月 2023 15:43:13 +0800 Subject: [PATCH] 车间看板页面调整设备状态位置至页头右侧,原页头右侧功能按钮区域移至页头左侧 --- src/views/eam/EquipmentMaintenancePlanList.vue | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/src/views/eam/EquipmentMaintenancePlanList.vue b/src/views/eam/EquipmentMaintenancePlanList.vue index cd119cb..1e32c5e 100644 --- a/src/views/eam/EquipmentMaintenancePlanList.vue +++ b/src/views/eam/EquipmentMaintenancePlanList.vue @@ -164,9 +164,6 @@ title:'鍒涘缓鏃堕棿', align:"center", dataIndex: 'createTime', - customRender:function (text) { - return !text?"":(text.length>10?text.substr(0,10):text) - }, width:200, }, { @@ -179,9 +176,6 @@ title:'淇敼鏃堕棿', align:"center", dataIndex: 'updateTime', - customRender:function (text) { - return !text?"":(text.length>10?text.substr(0,10):text) - }, width:200, }, { -- Gitblit v1.9.3