You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
260 B
11 lines
260 B
export default {
|
|
'customPolicy': {
|
|
'title': '自定义策略',
|
|
'unit_code': '策略编号',
|
|
'unit_name': '策略名称'
|
|
},
|
|
'msg': {
|
|
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
|
|
}
|
|
}
|
|
|
|
|