This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-08-06 19:10:14 +08:00
parent 49accbc564
commit 4294badf93
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import "shylinux.com/x/community/src/gonganxitong"
type Portal struct {
gonganxitong.Portal
name string `data:"教务系统"`
list string `name:"list class_uid index uid auto" role:"void"`
placeCreate string `name:"placeCreate city_name* school_name* grade*:select name*" role:"void"`
}

View File

@ -1,10 +1,12 @@
{
"service": "系统服务",
"portal": "教务系统",
"placeCreate": "创建班级",
"placeRemove": "删除班级",
"classUser": "班级成员",
"homework": "家庭作业",
"icons": {
"service": "https://img.icons8.com/officel/80/activity-grid.png",
"classUser": "https://img.icons8.com/officel/80/crowd.png",
"homework": "https://img.icons8.com/officel/80/homework.png"
},