lrf 9 hónapja
szülő
commit
0c978c565b
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      src/views/center/collection.vue

+ 3 - 3
src/views/center/collection.vue

@@ -9,9 +9,9 @@
               <el-option v-for="item in typeList" :key="item.value" :label="item.label" :value="item.value" />
             </el-select>
           </div>
-          <div class="one_right">
+          <!-- <div class="one_right">
             <el-input v-model="searchForm.name" style="width: 250px" size="large" placeholder="搜索" @change="search" :suffix-icon="Search" />
-          </div>
+          </div> -->
         </el-col>
         <el-col :span="24" class="two">
           <el-table :data="list" style="width: 100%" size="large" :header-cell-style="{ backgroundColor: '#edf3ff' }">
@@ -42,7 +42,7 @@
 </template>
 
 <script setup>
-import { Search } from '@element-plus/icons-vue'
+//import { Search } from '@element-plus/icons-vue'
 import { get } from 'lodash-es'
 const $checkRes = inject('$checkRes')
 import { UserStore } from '@/store/user'