perf: 批量命令添加搜索项

This commit is contained in:
feng626
2022-07-13 17:33:13 +08:00
parent 6c78f04d12
commit 6b5981e3af

View File

@@ -113,6 +113,10 @@ export default {
hasImport: false,
searchConfig: {
options: [
{
label: this.$t('audits.User'),
value: 'user__name'
},
{
label: this.$t('audits.Username'),
value: 'user__username'