|
@@ -24,7 +24,10 @@ class UserDictController extends Controller
|
|
|
{
|
|
{
|
|
|
//
|
|
//
|
|
|
$result=false;
|
|
$result=false;
|
|
|
- $indexCol = ['id','word','type','grammar','mean','parent','note','factors','confidence','dict_id','updated_at','creator_id'];
|
|
|
|
|
|
|
+ $indexCol = ['id','word','type','grammar',
|
|
|
|
|
+ 'mean','parent','note',
|
|
|
|
|
+ 'factors','confidence','dict_id',
|
|
|
|
|
+ 'updated_at','creator_id'];
|
|
|
switch ($request->get('view')) {
|
|
switch ($request->get('view')) {
|
|
|
case 'all':
|
|
case 'all':
|
|
|
# 获取studio内所有channel
|
|
# 获取studio内所有channel
|