From adae7524c986a758dd61bc5d0c23f6b922e299c7 Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期四, 25 一月 2024 17:06:35 +0800 Subject: [PATCH] 加班管理添加字段 --- src/views/eam/modules/dailyMaintenanceStandard/DailyMaintenanceStandardDetail.vue | 45 +++++++++++++++++++++++++++++---------------- 1 files changed, 29 insertions(+), 16 deletions(-) diff --git a/src/views/eam/modules/dailyMaintenanceStandard/DailyMaintenanceStandardDetail.vue b/src/views/eam/modules/dailyMaintenanceStandard/DailyMaintenanceStandardDetail.vue index 7059019..a20afa7 100644 --- a/src/views/eam/modules/dailyMaintenanceStandard/DailyMaintenanceStandardDetail.vue +++ b/src/views/eam/modules/dailyMaintenanceStandard/DailyMaintenanceStandardDetail.vue @@ -137,22 +137,27 @@ // scopedSlots: { customRender: 'photo' }, // }, { - title: '淇濆吇椤圭洰', + title: '缁翠慨淇濆吇瑙掕壊', + align: "center", + dataIndex: 'maintenanceRoleName', + }, + { + title: '淇濆吇鍐呭', align: "center", dataIndex: 'name', }, - { - title: '淇濆吇鏍囧噯', - align: "center", - dataIndex: 'standard', + // { + // title: '淇濆吇鏍囧噯', + // align: "center", + // dataIndex: 'standard', - }, - { - title: '閮ㄤ綅', - align: "center", - dataIndex: 'location', - }, + // }, + // { + // title: '閮ㄤ綅', + // align: "center", + // dataIndex: 'location', + // }, // { // title: '鏂规硶', // align: "center", @@ -184,16 +189,24 @@ // align: "center", // dataIndex: 'maintenanceSpecialtyName', // }, - { - title: '缁翠慨淇濆吇瑙掕壊', - align: "center", - dataIndex: 'maintenanceRoleName', - }, + ], url: { list: "/eam/maintenanceStandardDetail/getMaintenanceStandardList",//鏁版嵁鏉ユ簮mom_eam_daily_inspection_standard_detail }, + /* 鍒嗛〉鍙傛暟 */ + ipagination: { + current: 1, + pageSize: 20, + pageSizeOptions: ['5', '10', '20', '50'], + showTotal: (total, range) => { + return range[0] + '-' + range[1] + ' 鍏�' + total + '鏉�' + }, + showQuickJumper: true, + showSizeChanger: true, + total: 0 + }, } }, created() { -- Gitblit v1.9.3