'add:双工位堆垛机开发'

This commit is contained in:
2023-12-04 10:55:51 +08:00
36 changed files with 720 additions and 333 deletions

View File

@@ -1,17 +1,17 @@
export default {
'Auto': {
'table': {
'name': 'name',
'code': 'code',
'status': 'status',
'thread_name': 'thread_name',
'thread_state': 'thread_state',
'usedStatus': 'usedStatus',
'stopMessage': 'stopMessage',
'operate': 'operate',
},
'msg': {
'stop_msg': 'Are you sure to stop this thread?'
}
'Auto': {
'table': {
'name': 'name',
'code': 'code',
'status': 'status',
'thread_name': 'thread_name',
'thread_state': 'thread_state',
'usedStatus': 'usedStatus',
'stopMessage': 'stopMessage',
'operate': 'operate'
},
'msg': {
'select_msg': 'Are you sure to stop this thread?'
}
}
}
}