|
@@ -9,7 +9,7 @@ export const system = [
|
|
// 我的页面-我的服务
|
|
// 我的页面-我的服务
|
|
export const btn = [
|
|
export const btn = [
|
|
{ title: '已上传图片', icon: 'icon-shangchuanzhaopian', route: 'uploadimg', type: '0|1|2' },
|
|
{ title: '已上传图片', icon: 'icon-shangchuanzhaopian', route: 'uploadimg', type: '0|1|2' },
|
|
- { title: '通知通告', icon: 'icon-tongzhitonggao', route: 'notice', type: '0|1|2' },
|
|
|
|
|
|
+ { title: '通知公告', icon: 'icon-tongzhitonggao', route: 'notice', type: '0|1|2' },
|
|
{ title: '用户管理', icon: 'icon-shenhe', route: 'user', type: '0' },
|
|
{ title: '用户管理', icon: 'icon-shenhe', route: 'user', type: '0' },
|
|
{ title: '比赛管理', icon: 'icon-bisaiguanli', route: 'matchadmin', type: '0' },
|
|
{ title: '比赛管理', icon: 'icon-bisaiguanli', route: 'matchadmin', type: '0' },
|
|
{ title: '比赛管理', icon: 'icon-bisaiguanli', route: 'matchteam', type: '1' },
|
|
{ title: '比赛管理', icon: 'icon-bisaiguanli', route: 'matchteam', type: '1' },
|
|
@@ -25,7 +25,7 @@ export const gender = ['男', '女', '未知'];
|
|
export const format = [{ label: '1', value: '单打' }, { label: '2', value: '双打' }, { label: '3', value: '团体' }]
|
|
export const format = [{ label: '1', value: '单打' }, { label: '2', value: '双打' }, { label: '3', value: '团体' }]
|
|
// 比赛管理-比赛状态
|
|
// 比赛管理-比赛状态
|
|
export const match_status = [{ label: '0', value: '未开始' }, { label: '1', value: '报名中' }, { label: '2', value: '待比赛' }, { label: '3', value: '进行中' }, { label: '4', value: '已结束' }]
|
|
export const match_status = [{ label: '0', value: '未开始' }, { label: '1', value: '报名中' }, { label: '2', value: '待比赛' }, { label: '3', value: '进行中' }, { label: '4', value: '已结束' }]
|
|
-// 通知通告接收人类型
|
|
|
|
|
|
+// 通知公告接收人类型
|
|
export const notice_type = [
|
|
export const notice_type = [
|
|
{ label: '0', value: '所有人' },
|
|
{ label: '0', value: '所有人' },
|
|
{ label: '1', value: '团队创建人' },
|
|
{ label: '1', value: '团队创建人' },
|