fix: 搜索字段参数类型错误

This commit is contained in:
@changcode
2021-06-17 18:22:32 +08:00
parent b7bdb210bc
commit 6db2c7fb16

View File

@@ -101,8 +101,8 @@ export default {
{
id: 26,
name: this.$t('alert.list.id'),
type: 'id',
label: 'id',
type: 'input',
label: 'ids',
disabled: false
},
{