diff --git a/acs/nladmin-ui/src/views/acs/device/config.vue b/acs/nladmin-ui/src/views/acs/device/config.vue index 1751d4d..0e4749b 100644 --- a/acs/nladmin-ui/src/views/acs/device/config.vue +++ b/acs/nladmin-ui/src/views/acs/device/config.vue @@ -101,7 +101,7 @@ import agv_ndc_two from '@/views/acs/device/driver/agv/agv_ndc_two' import xg_agv from '@/views/acs/device/driver/agv/xg_agv' import led_screen from './driver/led_screen' import standard_station from '@/views/acs/device/driver/standard_station' - +import double_belt_conveyor from '@/views/acs/device/driver/double_belt_conveyor.vue' export default { name: 'DeviceConfig', components: { @@ -132,7 +132,8 @@ export default { standard_station, oven_manipulator, plug_pull_device_site, - slit_two_manipulator + slit_two_manipulator, + double_belt_conveyor }, dicts: ['device_type'],