From 345ca30ff9f623dc64e1af03fde456f63d18423a Mon Sep 17 00:00:00 2001 From: qushaowei <qushaowei@163.com> Date: 星期六, 28 十月 2023 18:21:20 +0800 Subject: [PATCH] 三保 授权 二保 移交单修改 --- src/views/eam/modules/dailyMaintenanceOrder/MaintenanceOrderModal.vue | 23 ++++++++++++----------- 1 files changed, 12 insertions(+), 11 deletions(-) diff --git a/src/views/eam/modules/dailyMaintenanceOrder/MaintenanceOrderModal.vue b/src/views/eam/modules/dailyMaintenanceOrder/MaintenanceOrderModal.vue index a199f59..59a3e8a 100644 --- a/src/views/eam/modules/dailyMaintenanceOrder/MaintenanceOrderModal.vue +++ b/src/views/eam/modules/dailyMaintenanceOrder/MaintenanceOrderModal.vue @@ -298,6 +298,7 @@ rowKey='id' :columns="columns" :dataSource="dataSource" + :pagination="false" > <!-- <span slot="photo" @@ -431,23 +432,23 @@ { title: '淇濆吇椤圭洰', align: 'center', - dataIndex: 'maintenanceProjectNum' + dataIndex: 'maintenanceProjectName' }, { title: '淇濆吇鏍囧噯', align: 'center', dataIndex: 'standard' }, - { - title: '鏂规硶', - align: 'center', - dataIndex: 'maintenanceMethod' - }, - { - title: '宸ュ叿', - align: 'center', - dataIndex: 'maintenanceTool' - }, + // { + // title: '鏂规硶', + // align: 'center', + // dataIndex: 'maintenanceMethod' + // }, + // { + // title: '宸ュ叿', + // align: 'center', + // dataIndex: 'maintenanceTool' + // }, { title: '绀烘剰鍥�', align: 'center', -- Gitblit v1.9.3