切换导航条
此项目
正在载入...
登录
郭盛
/
enterprise
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
Cool
4 years ago
提交
1293b2ede8775cb7832d7dfce8d873e731cec544
1 个父辈
13ae459f
1 个管道 的构建
失败
耗费 0 秒
导出科学计数法调试
变更
1
构建
2
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
6 行增加
和
0 行删除
public/assets/js/backend/user/user.js
public/assets/js/backend/user/user.js
查看文件 @
1293b2e
...
...
@@ -21,6 +21,12 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
url
:
$
.
fn
.
bootstrapTable
.
defaults
.
extend
.
index_url
,
pk
:
'id'
,
sortName
:
'user.id'
,
exportOptions
:
{
type
:
'excel'
,
onMsoNumberFormat
:
function
(
cell
,
row
,
col
)
{
return
(
row
>
0
&&
col
==
0
)
?
'\\@'
:
''
;
}
},
columns
:
[
[
{
checkbox
:
true
},
...
...
请
注册
或
登录
后发表评论