17 lines
445 B
JavaScript
17 lines
445 B
JavaScript
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?'
|
|
}
|
|
}
|
|
} |