riku
2025-09-17 4aa86b1ec441c4e358e1cc488d8f021fb80f1355
src/views/fysp/data-product/base-data-product/components/ProdQueryOpt.vue
@@ -4,6 +4,7 @@
      <div><el-text tag="b" size="large">产品生成选项</el-text></div>
    </template>
    <SearchBar
      v-show="active"
      ref="refSearchBar"
      :btn-show="false"
      :init="false"
@@ -11,7 +12,7 @@
    >
    </SearchBar>
    <template #footer>
      <el-row justify="space-around">
      <el-row v-show="active" justify="space-around">
        <el-button
          type="primary"
          size="default"
@@ -31,6 +32,10 @@
  loading: {
    type: Boolean,
    default: false
  },
  active:{
    type: Boolean,
    default: true
  }
});
const emit = defineEmits(['submit']);