@@ -118,10 +118,10 @@ export default {
return ''
}
} else {
- return '全部金额'
+ return ''
- return price === '' ? '全部金额' : ''
},
@@ -59,7 +59,7 @@ export default {
computed: {
computedVal () {
- if (this.selected.value) {
+ if (this.selected.value && this.selected.value !== '0') {
return this.selected.label
@@ -121,15 +121,10 @@ function beforeClose () {
width: 686px;
overflow: hidden;
- .filter-data-container{
- max-height: 400px;
- overflow-y: scroll;
- width: 694px;
- }
.filter-data-container {
max-height: 400px;
overflow-y: scroll;
+ //width: 694px;
.f-l-title{
padding: 8px 0 2px;
@@ -180,6 +180,9 @@ function createSearchBidMoreSchema(filterItems) {
_type: 'component',
expand: {
component: RegionSelector,
+ props: {
+ showCount: false
+ },
hooks: {}
@@ -41,7 +41,6 @@ export function useSearchInputKeywordsModel() {
// 动态更新筛选条件
function updateInputKeywordsState (keyObj = {}) {
inputKeywordsState.value = Object.assign(inputKeywordsState.value, keyObj)
- console.log(inputKeywordsState.value)
return {