fix: bug#16077

This commit is contained in:
XieYongHong 2023-07-11 17:22:07 +08:00
parent e8946b1aae
commit fa6bb1527f
2 changed files with 3 additions and 3 deletions

View File

@ -463,7 +463,7 @@ const columns = [
width: 200,
search: {
type: 'string',
defaultTermType: 'eq'
termOptions: ['eq'],
},
},
{

View File

@ -3837,8 +3837,8 @@ jetlinks-ui-components@^1.0.23:
jetlinks-ui-components@^1.0.24:
version "1.0.24"
resolved "http://registry.jetlinks.cn/jetlinks-ui-components/-/jetlinks-ui-components-1.0.24.tgz#a8ee3d4a76f6545920810a0bd1d76cda8143713b"
integrity sha512-W9CNHLJTrTko/T522J0S6AHbCT2xHwljPXBsWkHCZ+LsB6vQtb4tT7CMKVMJvki2IlzjoynebXE7uzV/0LfV/A==
resolved "http://registry.jetlinks.cn/jetlinks-ui-components/-/jetlinks-ui-components-1.0.24.tgz#33f59962062e023d6f10907bd941aef183db6dc5"
integrity sha512-/Bch0MnW/aWSc1r62423eOFQS+lbLMPdKpb4hryXTZ5c+oBryBWzRXsXOYMyI1zqBJoVdxdJTfs7Q77N6Y4J4w==
dependencies:
"@vueuse/core" "^9.12.0"
"@vueuse/router" "^9.13.0"