From 62c1b69dd4bf9fb58246315a47adf3b6d5bb30e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=AE=E5=BB=BA?= <450837357@qq.com> Date: Thu, 10 Apr 2025 14:20:32 +0800 Subject: [PATCH] first --- .../device/pointInspection/group/index.vue | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/views/device/pointInspection/group/index.vue b/src/views/device/pointInspection/group/index.vue index 8cb636c..1c19c56 100644 --- a/src/views/device/pointInspection/group/index.vue +++ b/src/views/device/pointInspection/group/index.vue @@ -247,21 +247,21 @@ const columns: Ref> = ref([ width: 300, render: row => { return [ - - { - router.push({ - name: 'device_pointInspection_groupEquipment', - query: { id: row.id, groupForm: JSON.stringify(row) } - }); - }} - > - - 分配设备 - - , + // + // { + // router.push({ + // name: 'device_pointInspection_groupEquipment', + // query: { id: row.id, groupForm: JSON.stringify(row) } + // }); + // }} + // > + // + // 分配设备 + // + // , useEditBtn(() => { handleEdit(row); }, 'small'),