refactor: nladmin-acs init

This commit is contained in:
2024-05-28 09:58:57 +08:00
parent 1179a5f154
commit 024c41fe03
968 changed files with 126008 additions and 3977 deletions

View File

@@ -0,0 +1,12 @@
export default {
'protocol': {
'table_title': {
'driver_code': '驱动编码',
'extra_code': '协议编号',
'extra_name': '协议值'
},
'msg': {
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
}
}
}