Explorar el Código

根据修改意见 调整列表名称和顺序

sophieChenyx hace 6 años
padre
commit
723f3dbcdf
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      src/routes/Dashboard/Accounts/index.js

+ 5 - 5
src/routes/Dashboard/Accounts/index.js

@@ -31,16 +31,16 @@ export default class AccountsPage extends Component {
   render() {
     const tabList = [
       {
-        key: 'campus',
-        tab: '校区列表',
+        key: 'terminals',
+        tab: '已开通账号',
       },
       {
-        key: 'terminals',
-        tab: '终端课程包',
+        key: 'campus',
+        tab: '已开通校区',
       },
       {
         key: 'overdue',
-        tab: '即将逾期',
+        tab: '即将到期(30天)',
       },
       {
         key: 'totalList',