mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-20 02:31:43 +00:00
perf: permissions table col modify
This commit is contained in:
@@ -18,7 +18,8 @@ export default {
|
||||
props: {
|
||||
object: {
|
||||
type: Object,
|
||||
default: () => {}
|
||||
default: () => {
|
||||
}
|
||||
}
|
||||
},
|
||||
data() {
|
||||
@@ -39,6 +40,7 @@ export default {
|
||||
columnsMeta: {
|
||||
name: {
|
||||
label: this.$t('Name'),
|
||||
width: 90,
|
||||
formatter: (row) => {
|
||||
const to = {
|
||||
name: 'UserDetail',
|
||||
|
@@ -96,6 +96,7 @@ export default {
|
||||
}
|
||||
},
|
||||
user_groups_amount: {
|
||||
width: 90,
|
||||
formatter: AmountFormatter,
|
||||
formatterArgs: {
|
||||
async: true,
|
||||
@@ -114,7 +115,7 @@ export default {
|
||||
}
|
||||
},
|
||||
nodes_amount: {
|
||||
width: '60px',
|
||||
width: 80,
|
||||
formatter: AmountFormatter,
|
||||
formatterArgs: {
|
||||
async: true,
|
||||
|
Reference in New Issue
Block a user