纸管库和套管工位驱动编写

This commit is contained in:
yanps
2023-11-07 10:47:16 +08:00
parent 82c46653e6
commit 2e634be0ce
12 changed files with 620 additions and 73 deletions

View File

@@ -100,6 +100,8 @@ import photoelectric_inspection_site from '@/views/acs/device/driver/photoelectr
import standard_autodoor from '@/views/acs/device/driver/standard_autodoor'
import lamp_three_color from '@/views/acs/device/driver/lamp_three_color'
import paper_tube_conveyor from '@/views/acs/device/driver/paper_tube_conveyor'
import paper_tube_conveyor2 from '@/views/acs/device/driver/paper_tube_conveyor2'
import casing_station from '@/views/acs/device/driver/casing_station'
import device_status from '@/views/acs/device/driver/device_status'
export default {
@@ -132,7 +134,9 @@ export default {
standard_autodoor,
lamp_three_color,
paper_tube_conveyor,
device_status
device_status,
paper_tube_conveyor2,
casing_station
},
dicts: ['device_type'],
mixins: [crud],