yangfeng
2023-11-03 8f8708bfdf652db961498264bc6f569310f31e79
src/components/makepager/SearchCommonView.vue
@@ -63,7 +63,12 @@
          </el-input>
        </template>
        <div class="search-Btn">
          <div v-if="showSreen" class="common no-cursor">
            <img src="@/assets/img/shaixuan.png" style="width: 10px" />
            <span>筛选</span>
          </div>
          <el-dropdown
            v-else
            style="
              cursor: pointer;
              font-weight: 500;
@@ -215,6 +220,10 @@
    inputName: {
      type: String,
      default: ""
    },
    showSreen: {
      type: Boolean,
      default: true
    }
  },
  watch: {