upd:调整菜单
This commit is contained in:
@@ -5,12 +5,12 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
||||
// 初始化表格参数配置
|
||||
Table.api.init({
|
||||
extend: {
|
||||
index_url: 'zy/activity/index' + location.search,
|
||||
add_url: 'zy/activity/add',
|
||||
edit_url: 'zy/activity/edit',
|
||||
del_url: 'zy/activity/del',
|
||||
multi_url: 'zy/activity/multi',
|
||||
import_url: 'zy/activity/import',
|
||||
index_url: 'zy/game/activity/index' + location.search,
|
||||
add_url: 'zy/game/activity/add',
|
||||
edit_url: 'zy/game/activity/edit',
|
||||
del_url: 'zy/game/activity/del',
|
||||
multi_url: 'zy/game/activity/multi',
|
||||
import_url: 'zy/game/activity/import',
|
||||
table: 'zy_activity',
|
||||
}
|
||||
});
|
||||
@@ -5,12 +5,12 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
||||
// 初始化表格参数配置
|
||||
Table.api.init({
|
||||
extend: {
|
||||
index_url: 'zy/game/index' + location.search,
|
||||
add_url: 'zy/game/add',
|
||||
edit_url: 'zy/game/edit',
|
||||
del_url: 'zy/game/del',
|
||||
multi_url: 'zy/game/multi',
|
||||
import_url: 'zy/game/import',
|
||||
index_url: 'zy/game/game/index' + location.search,
|
||||
add_url: 'zy/game/game/add',
|
||||
edit_url: 'zy/game/game/edit',
|
||||
del_url: 'zy/game/game/del',
|
||||
multi_url: 'zy/game/game/multi',
|
||||
import_url: 'zy/game/game/import',
|
||||
table: 'zy_game',
|
||||
}
|
||||
});
|
||||
@@ -5,12 +5,12 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
||||
// 初始化表格参数配置
|
||||
Table.api.init({
|
||||
extend: {
|
||||
index_url: 'zy/game_join/index' + location.search,
|
||||
add_url: 'zy/game_join/add',
|
||||
edit_url: 'zy/game_join/edit',
|
||||
del_url: 'zy/game_join/del',
|
||||
multi_url: 'zy/game_join/multi',
|
||||
import_url: 'zy/game_join/import',
|
||||
index_url: 'zy/game/game_join/index' + location.search,
|
||||
add_url: 'zy/game/game_join/add',
|
||||
edit_url: 'zy/game/game_join/edit',
|
||||
del_url: 'zy/game/game_join/del',
|
||||
multi_url: 'zy/game/game_join/multi',
|
||||
import_url: 'zy/game/game_join/import',
|
||||
table: 'zy_game_join',
|
||||
}
|
||||
});
|
||||
@@ -5,12 +5,12 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
||||
// 初始化表格参数配置
|
||||
Table.api.init({
|
||||
extend: {
|
||||
index_url: 'zy/game_match/index' + location.search,
|
||||
add_url: 'zy/game_match/add',
|
||||
edit_url: 'zy/game_match/edit',
|
||||
del_url: 'zy/game_match/del',
|
||||
multi_url: 'zy/game_match/multi',
|
||||
import_url: 'zy/game_match/import',
|
||||
index_url: 'zy/game/game_match/index' + location.search,
|
||||
add_url: 'zy/game/game_match/add',
|
||||
edit_url: 'zy/game/game_match/edit',
|
||||
del_url: 'zy/game/game_match/del',
|
||||
multi_url: 'zy/game/game_match/multi',
|
||||
import_url: 'zy/game/game_match/import',
|
||||
table: 'zy_game_match',
|
||||
}
|
||||
});
|
||||
@@ -5,12 +5,12 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
||||
// 初始化表格参数配置
|
||||
Table.api.init({
|
||||
extend: {
|
||||
index_url: 'zy/participant/index' + location.search,
|
||||
add_url: 'zy/participant/add',
|
||||
edit_url: 'zy/participant/edit',
|
||||
del_url: 'zy/participant/del',
|
||||
multi_url: 'zy/participant/multi',
|
||||
import_url: 'zy/participant/import',
|
||||
index_url: 'zy/game/participant/index' + location.search,
|
||||
add_url: 'zy/game/participant/add',
|
||||
edit_url: 'zy/game/participant/edit',
|
||||
del_url: 'zy/game/participant/del',
|
||||
multi_url: 'zy/game/participant/multi',
|
||||
import_url: 'zy/game/participant/import',
|
||||
table: 'zy_participant',
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user