mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
fix: 工单设置默认搜索条件
This commit is contained in:
@@ -106,6 +106,14 @@ export default {
|
||||
hasCreate: false,
|
||||
hasBulkDelete: false,
|
||||
searchConfig: {
|
||||
default: {
|
||||
state: {
|
||||
key: 'state',
|
||||
label: this.$t('tickets.action'),
|
||||
value: 'open',
|
||||
valueLabel: this.$t('tickets.Pending')
|
||||
}
|
||||
},
|
||||
exclude: ['state'],
|
||||
options: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user