zxl
2026-03-25 d29d77e91951e30abba6596359b138bc4c6ac108
src/views/dataAnalysis/ActivityList.vue
@@ -7,6 +7,9 @@
      <a-tab-pane key="2" tab="活动配置" force-render>
        <ActiveCom></ActiveCom>
      </a-tab-pane>
      <a-tab-pane key="3" tab="机构标签" force-render>
        <DepartLabel></DepartLabel>
      </a-tab-pane>
    </a-tabs>
  </div>
</template>
@@ -14,6 +17,7 @@
<script>
import ActiveCom from './components/ActiveCom'
import CustTypeConfig from './components/CustTypeConfig'
import DepartLabel from './components/DepartLabel'
export default {
  name: 'ActivityList',
@@ -22,6 +26,7 @@
  components: {
    ActiveCom,
    CustTypeConfig,
    DepartLabel,
  },
  data() {