提交 34a1f1e0 authored 作者: 王鹏飞's avatar 王鹏飞

移除列表项索引

上级 9f7f370b
...@@ -41,7 +41,6 @@ export default { ...@@ -41,7 +41,6 @@ export default {
}, },
columns: [ columns: [
{ type: 'selection' }, { type: 'selection' },
{ type: 'index' },
{ label: '姓名', prop: 'ssoUser.realname' }, { label: '姓名', prop: 'ssoUser.realname' },
{ label: '昵称', prop: 'ssoUser.nickname' }, { label: '昵称', prop: 'ssoUser.nickname' },
{ label: '手机号', prop: 'ssoUser.mobile' }, { label: '手机号', prop: 'ssoUser.mobile' },
......
...@@ -79,7 +79,6 @@ export default { ...@@ -79,7 +79,6 @@ export default {
], ],
columns: [ columns: [
{ type: 'selection' }, { type: 'selection' },
{ type: 'index' },
// { label: 'SSO ID', prop: 'sso_id' }, // { label: 'SSO ID', prop: 'sso_id' },
{ label: '姓名', prop: 'sso_user.realname' }, { label: '姓名', prop: 'sso_user.realname' },
{ label: '角色', prop: 'roles', slots: 'table-roles' }, { label: '角色', prop: 'roles', slots: 'table-roles' },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论