bugfix
This commit is contained in:
parent
b5509536a4
commit
3357b9176b
17
json/downapikey.json
Normal file
17
json/downapikey.json
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"tblname": "apikey",
|
||||||
|
"title":"用户",
|
||||||
|
"params": {
|
||||||
|
"sortby":"name",
|
||||||
|
"confidential_fields":["apikey"],
|
||||||
|
"logined_userorgid":"orgid",
|
||||||
|
"browserfields": {
|
||||||
|
"exclouded": ["id", "apikey", "orgid", "userid" ],
|
||||||
|
"alters": {}
|
||||||
|
},
|
||||||
|
"editexclouded": [
|
||||||
|
"id", "apikey", "orgid", "userid"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
23
json/downapp.json
Normal file
23
json/downapp.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"tblname": "downapp",
|
||||||
|
"title":"下位系统",
|
||||||
|
"params": {
|
||||||
|
"sortby":"id",
|
||||||
|
"confidential_fields":["secretkey"],
|
||||||
|
"browserfields": {
|
||||||
|
"exclouded": ["id", "secretkey" ],
|
||||||
|
"alters": {}
|
||||||
|
},
|
||||||
|
"editexclouded": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"subtables": [
|
||||||
|
{
|
||||||
|
"field":"appid",
|
||||||
|
"title":"apikey",
|
||||||
|
"subtable":"downapikey"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"tblname":"upapikey"
|
|
||||||
}
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"tblname":"upapp"
|
|
||||||
}
|
|
||||||
BIN
models/downapikey.xlsx
Normal file
BIN
models/downapikey.xlsx
Normal file
Binary file not shown.
BIN
models/downapp.xlsx
Normal file
BIN
models/downapp.xlsx
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user