Explorar o código

Merge branch 'v2.0' into debug

yujinwen hai 3 meses
pai
achega
3406ade41d
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/views/etaChart/components/ClassifyWrap.vue

+ 3 - 1
src/views/etaChart/components/ClassifyWrap.vue

@@ -129,7 +129,6 @@ function handleClassifyActiveChange({ node }) {
       clearable
       filterable
       :keys="searchSelectKeys"
-      :options="searchOpts"
       :loading="searchLoading"
       @search="handleSearchChart"
       @change="handleSelectChart"
@@ -138,6 +137,9 @@ function handleClassifyActiveChange({ node }) {
       <template #prefixIcon>
         <search-icon />
       </template>
+      <t-option v-for="item in searchOpts" :key="item.ChartInfoId">
+        <span v-html="item.ChartName"></span>
+      </t-option>
     </t-select>
     <div class="classify-list-box">
       <t-tree