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.
12 lines
260 B
12 lines
260 B
8 months ago
|
export default {
|
||
|
'customPolicy': {
|
||
|
'title': '自定义策略',
|
||
|
'unit_code': '策略编号',
|
||
|
'unit_name': '策略名称'
|
||
|
},
|
||
|
'msg': {
|
||
|
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
|
||
|
}
|
||
|
}
|
||
|
|