From d6803b83a827a62fa29737c31104c3ee9bc194d8 Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期一, 08 四月 2024 10:18:41 +0800 Subject: [PATCH] 1、全局菜单栏新增点击父级菜单标题后在导航栏展开父级所有下一级菜单功能 2、登录页面按照新需求调整整体布局及样式 3、优化首页看板页面图表视图 --- src/views/eam/modules/dailyMaintenanceStandard/JSelectMaintenanceStandardModal.vue | 52 ++++++++++++++++++++++++++-------------------------- 1 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/views/eam/modules/dailyMaintenanceStandard/JSelectMaintenanceStandardModal.vue b/src/views/eam/modules/dailyMaintenanceStandard/JSelectMaintenanceStandardModal.vue index 60cab8e..0852dbe 100644 --- a/src/views/eam/modules/dailyMaintenanceStandard/JSelectMaintenanceStandardModal.vue +++ b/src/views/eam/modules/dailyMaintenanceStandard/JSelectMaintenanceStandardModal.vue @@ -22,7 +22,7 @@ :sm='6' > <a-form-item label='淇濆吇椤圭洰鍚嶇О'> - <a-input + <j-input placeholder='璇疯緭鍏ヤ繚鍏婚」鐩悕绉�' v-model='queryParam.name' /> @@ -102,36 +102,36 @@ align: 'center', dataIndex: 'standard' }, - { - title: '鏂规硶', - align: 'center', - dataIndex: 'maintenanceMethod_dictText' - }, - { - title: '宸ュ叿', - align: 'center', - dataIndex: 'maintenanceTool' - }, - { - title: '缁翠繚涓撲笟', - align: 'center', - dataIndex: 'maintenanceSpecialtyId_dictText' - }, + // { + // title: '鏂规硶', + // align: 'center', + // dataIndex: 'maintenanceMethod_dictText' + // }, + // { + // title: '宸ュ叿', + // align: 'center', + // dataIndex: 'maintenanceTool' + // }, + // { + // title: '缁翠繚涓撲笟', + // align: 'center', + // dataIndex: 'maintenanceSpecialtyId_dictText' + // }, { title: '淇濆吇閮ㄤ綅', align: 'center', dataIndex: 'location' }, - { - title: '瀹夊叏瑕佹眰', - align: 'center', - dataIndex: 'maintenanceRequire' - }, - { - title: '宸ユ椂瀹氶', - align: 'center', - dataIndex: 'workingHourQuota' - }, + // { + // title: '瀹夊叏瑕佹眰', + // align: 'center', + // dataIndex: 'maintenanceRequire' + // }, + // { + // title: '宸ユ椂瀹氶', + // align: 'center', + // dataIndex: 'workingHourQuota' + // }, ], selectedRowKeys: [], oldSelectRows: [], -- Gitblit v1.9.3