feat: project部分功能

1.具体为endpoint的弹框,包括param、host
2.部分样式统一抽取
This commit is contained in:
chenjinsong
2019-12-11 17:15:23 +08:00
parent b40faefc84
commit 3b00a52538
6 changed files with 495 additions and 767 deletions

View File

@@ -14,7 +14,8 @@ const en = {
save: 'Save',
search: 'Search',
add: "Add",
option: "Option"
option: "Option",
clearAll: "Clear All"
},
asset:{
tableTitle: {
@@ -103,6 +104,12 @@ const en = {
}
},
project: {
project: {
project: "Project"
},
module: {
module: "Module"
},
endpoint: {
createEndpoint: "Create Endpoint",
editEndpoint: "Edit Endpoint",