From a022fa78a6f1ec591187c0c3e032036c15761779 Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期五, 26 一月 2024 10:11:36 +0800 Subject: [PATCH] 加班管理页面维度由班次班制调整为日期与设备,删除班制班次有关字段 --- src/views/mdc/base/modules/OvertimeManagement/OvertimeManagementList.vue | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/views/mdc/base/modules/OvertimeManagement/OvertimeManagementList.vue b/src/views/mdc/base/modules/OvertimeManagement/OvertimeManagementList.vue index 339b8e3..f04727f 100644 --- a/src/views/mdc/base/modules/OvertimeManagement/OvertimeManagementList.vue +++ b/src/views/mdc/base/modules/OvertimeManagement/OvertimeManagementList.vue @@ -166,25 +166,25 @@ { title: '鏃ユ湡', align: 'center', - dataIndex: 'effectiveDate', + dataIndex: 'theDate', width:150 // scopedSlots:{customRender:'startTime'}, // customRender:(text,row,index) => { // return moment(text).format("YYYY-MM-DD HH:mm:ss") // } }, - { - title: '鐝寮�濮嬫椂闂�', - align: 'center', - dataIndex: 'startDate', - width:150 - }, - { - title: '鐝缁撴潫鏃堕棿', - align: 'center', - dataIndex: 'endDate', - width:150 - }, + // { + // title: '鐝寮�濮嬫椂闂�', + // align: 'center', + // dataIndex: 'startDate', + // width:150 + // }, + // { + // title: '鐝缁撴潫鏃堕棿', + // align: 'center', + // dataIndex: 'endDate', + // width:150 + // }, { title: '鍔犵彮寮�濮嬫椂闂�', align: 'center', @@ -202,13 +202,13 @@ align: 'center', dataIndex: 'duration', scopedSlots: {customRender: 'duration'}, - width:150 + width:200 }, { title: '澶囨敞', align: 'center', dataIndex: 'remark', - width:150 + width:210 }, { title: '鎿嶄綔', -- Gitblit v1.9.3