n20-common-lib 2.22.36 → 2.22.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/assets/css/dynamic-table.scss +2 -1
- package/src/components/AdvancedFilter/formItemRender.vue +0 -1
- package/style/index.css +1 -1
- package/theme/blue.css +1 -1
- package/theme/cctcRed.css +1 -1
- package/theme/green.css +1 -1
- package/theme/lightBlue.css +1 -1
- package/theme/orange.css +1 -1
- package/theme/purple.css +1 -1
- package/theme/red.css +1 -1
- package/theme/yellow.css +1 -1
package/package.json
CHANGED
|
@@ -441,7 +441,6 @@ export default {
|
|
|
441
441
|
placeholder: item.props && item.props.placeholder ? item.props.placeholder : $lc('请选择'),
|
|
442
442
|
clearable: (item.props && this.item.props.clearable) ?? true,
|
|
443
443
|
multiple: item.multiple || item.props?.multiple,
|
|
444
|
-
filterable: item.props?.filterable ?? true,
|
|
445
444
|
...item.props
|
|
446
445
|
}
|
|
447
446
|
elementDom = h(
|