Browse Source

12/22 学员列表更换保存

mo 4 năm trước cách đây
mục cha
commit
e720459432
1 tập tin đã thay đổi với 1 bổ sung12 xóa
  1. 1 12
      src/views/studentManager/components/studentRecord.vue

+ 1 - 12
src/views/studentManager/components/studentRecord.vue

@@ -54,17 +54,6 @@
                    type="primary">重置</el-button>
       </el-form-item>
     </el-form>
-    <!-- 查询列表 -->
-    <!-- <div class="searchWrap">
-      <p>查询条件:</p>
-      <div class="searchItem"
-           @click="closeSearch(item)"
-           v-for="(item,index) in searchLsit">
-        {{ item.key }}
-        <i class="el-icon-close"></i>
-      </div>
-    </div>-->
-    <!-- 列表 -->
     <div class="tableWrap">
       <el-table :data="tableList"
                 :header-cell-style="{background:'#EDEEF0',color:'#444'}">
@@ -210,4 +199,4 @@ export default {
 };
 </script>
 <style lang="scss">
-</style>
+</style>