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'),