fix: 工单设置默认搜索条件

This commit is contained in:
“怀磊”
2021-12-16 13:14:31 +08:00
committed by Jiangjie.Bai
parent 66ecf89d35
commit 2804a488dc

View File

@@ -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: [
{