소스 검색

团长管理

YY 2 년 전
부모
커밋
7309f577c8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/platmanag/leader/index.vue

+ 1 - 1
src/views/platmanag/leader/index.vue

@@ -11,7 +11,7 @@
         <span v-if="view === 'list'">
           <el-col :span="24" class="one"> <span>团长管理</span> </el-col>
           <data-search :fields="searchFields" v-model="searchInfo" @query="search">
-            <template #source>
+            <template #status>
               <el-option v-for="i in statusList" :key="i.label" :label="i.label" :value="i.value"></el-option>
             </template>
           </data-search>