|
@@ -80,8 +80,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
buttons:[
|
|
|
{
|
|
|
name:'updatescore',
|
|
|
- text:'充值积分',
|
|
|
- title:'充值积分',
|
|
|
+ text:__('充值积分'),
|
|
|
+ title:__('充值积分'),
|
|
|
icon:'fa fa-exclamation-circle',
|
|
|
classname:'btn btn-xs btn-info btn-dialog',
|
|
|
url:'user/user/updatescore/id/{ids}?dialog=1',
|
|
@@ -89,8 +89,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
},
|
|
|
{
|
|
|
name:'trylessonorder',
|
|
|
- text:'试课订单',
|
|
|
- title:'试课订单',
|
|
|
+ text:__('试课订单'),
|
|
|
+ title:__('试课订单'),
|
|
|
icon:'fa fa-exclamation-circle',
|
|
|
classname:'btn btn-xs btn-info btn-dialog',
|
|
|
url:'trylessonorder/index/user_id/{ids}?dialog=1',
|
|
@@ -99,8 +99,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
},
|
|
|
{
|
|
|
name:'lessonorder',
|
|
|
- text:'预约订单',
|
|
|
- title:'预约订单',
|
|
|
+ text:__('预约订单'),
|
|
|
+ title:__('预约订单'),
|
|
|
icon:'fa fa-exclamation-circle',
|
|
|
classname:'btn btn-xs btn-info btn-dialog',
|
|
|
url:'lessonorder/index/user_id/{ids}?dialog=1',
|
|
@@ -109,8 +109,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
},
|
|
|
{
|
|
|
name:'packageorder',
|
|
|
- text:'配套订单',
|
|
|
- title:'配套订单',
|
|
|
+ text:__('配套订单'),
|
|
|
+ title:__('配套订单'),
|
|
|
icon:'fa fa-exclamation-circle',
|
|
|
classname:'btn btn-xs btn-info btn-dialog',
|
|
|
url:'packageorder/index/user_id/{ids}?dialog=1',
|