bugfix
This commit is contained in:
parent
8473909019
commit
d8ac38216a
BIN
models/appcodes.xlsx
Normal file
BIN
models/appcodes.xlsx
Normal file
Binary file not shown.
BIN
models/appcodes_kv.xlsx
Normal file
BIN
models/appcodes_kv.xlsx
Normal file
Binary file not shown.
BIN
models/org_roles.xlsx
Normal file
BIN
models/org_roles.xlsx
Normal file
Binary file not shown.
BIN
models/organization.xlsx
Normal file
BIN
models/organization.xlsx
Normal file
Binary file not shown.
BIN
models/permission.xlsx
Normal file
BIN
models/permission.xlsx
Normal file
Binary file not shown.
BIN
models/role.xlsx
Normal file
BIN
models/role.xlsx
Normal file
Binary file not shown.
BIN
models/rolepermission.xlsx
Normal file
BIN
models/rolepermission.xlsx
Normal file
Binary file not shown.
BIN
models/userdepartment.xlsx
Normal file
BIN
models/userdepartment.xlsx
Normal file
Binary file not shown.
BIN
models/userroles.xlsx
Normal file
BIN
models/userroles.xlsx
Normal file
Binary file not shown.
BIN
models/users.xlsx
Normal file
BIN
models/users.xlsx
Normal file
Binary file not shown.
@ -9,9 +9,6 @@
|
|||||||
},
|
},
|
||||||
"editable":{
|
"editable":{
|
||||||
"form_cheight":4,
|
"form_cheight":4,
|
||||||
"add_icon":"{{entire_url('/imgs/add.png')}}",
|
|
||||||
"delete_icon":"{{entire_url('/imgs/delete.png')}}",
|
|
||||||
"update_icon":"{{entire_url('/imgs/update.png')}}",
|
|
||||||
"new_data_url":"{{entire_url('add_kv.dspy?parentid=${id}')}}",
|
"new_data_url":"{{entire_url('add_kv.dspy?parentid=${id}')}}",
|
||||||
"delete_data_url":"{{entire_url('delete_kv.dspy')}}",
|
"delete_data_url":"{{entire_url('delete_kv.dspy')}}",
|
||||||
"update_data_url":"{{entire_url('update_kv.dspy')}}"
|
"update_data_url":"{{entire_url('update_kv.dspy')}}"
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
"dynsize":true,
|
"dynsize":true,
|
||||||
"wrap":true,
|
"wrap":true,
|
||||||
"halign":"left",
|
"halign":"left",
|
||||||
|
"tip":"This is a test tooltip",
|
||||||
"otext":"Codes maintainment"
|
"otext":"Codes maintainment"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -26,8 +27,6 @@
|
|||||||
"options":{
|
"options":{
|
||||||
"editable":{
|
"editable":{
|
||||||
"form_cheight":4,
|
"form_cheight":4,
|
||||||
"delete_icon":"{{entire_url('/imgs/delete.png')}}",
|
|
||||||
"update_icon":"{{entire_url('/imgs/update.png')}}",
|
|
||||||
"new_data_url":"{{entire_url('add_code.dspy')}}",
|
"new_data_url":"{{entire_url('add_code.dspy')}}",
|
||||||
"delete_data_url":"{{entire_url('delete_code.dspy')}}",
|
"delete_data_url":"{{entire_url('delete_code.dspy')}}",
|
||||||
"update_data_url":"{{entire_url('update_code.dspy')}}"
|
"update_data_url":"{{entire_url('update_code.dspy')}}"
|
||||||
|
Loading…
Reference in New Issue
Block a user