You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2020. It is now read-only.
view部分:
index : 首页,用于显示table list
generate_table : 生成table
create_table : 创建table
edit_table : 编辑table
create_imformation : 创建imformation
edit_imformation : 编辑imformation
index:
显示:
显示表格的列表
动作:
create table 跳转到创建表格页面
generate table 跳转到生成表格页面
edit table 跳转到编辑表格页面
generate_table:
显示:
显示表格的具体情况
动作:
back 返回首页
create_table:
显示:
只有表格,表示创建表格必须填写的信息
动作:
back 返回首页
submit 确定并返回首页(或则进入编辑表格)
edit_table:
显示:
显示表格内队伍信息列表
动作:
back 返回首页
create imformation 创建队伍信息
edit imformation 编辑队伍信息
create_imformation:
显示:
只有表格,表示创建队伍信息必须填写的信息
动作:
back 返回首页
submit 确定并返回编辑表格页面
edit_imformation:
显示:
只有表格,表示队伍信息以供修改
动作:
back 返回首页
submit 确定并返回编辑表格页面