guhongwei 2 years ago
parent
commit
91c75ccd5a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      utils/dict.js

+ 2 - 2
utils/dict.js

@@ -9,7 +9,7 @@ export const system = [
 // 我的页面-我的服务
 export const btn = [
     { 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-bisaiguanli', route: 'matchadmin', type: '0' },
     { 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 match_status = [{ label: '0', value: '未开始' }, { label: '1', value: '报名中' }, { label: '2', value: '待比赛' }, { label: '3', value: '进行中' }, { label: '4', value: '已结束' }]
-// 通知告接收人类型
+// 通知告接收人类型
 export const notice_type = [
     { label: '0', value: '所有人' },
     { label: '1', value: '团队创建人' },