fix:补充 eslint 格式化
This commit is contained in:
@@ -66,13 +66,13 @@ export default {
|
||||
type: 'selectString',
|
||||
label: 'operation',
|
||||
disabled: false
|
||||
},{
|
||||
}, {
|
||||
id: 14,
|
||||
name: this.$t('config.operationlog.operaId'),
|
||||
type: 'input',
|
||||
label: 'operaId',
|
||||
disabled: false
|
||||
},{
|
||||
}, {
|
||||
id: 16,
|
||||
name: this.$t('config.operationlog.state'),
|
||||
type: 'selectString',
|
||||
@@ -84,10 +84,10 @@ export default {
|
||||
type: 'input',
|
||||
label: 'params',
|
||||
disabled: false
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
searchLabel:{userId:this.obj.id}
|
||||
searchLabel: { userId: this.obj.id }
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
@@ -100,7 +100,7 @@ export default {
|
||||
}
|
||||
}
|
||||
return ''
|
||||
},
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user