Explorar el Código

修改公司信息

xiaomj hace 3 años
padre
commit
60b4944c52
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      src/views/pset/login_setting.vue

+ 3 - 2
src/views/pset/login_setting.vue

@@ -16,7 +16,8 @@
 
     </div>
     <div class="mymain-container">
-      <el-table v-loading="listLoading" :data="dataList" element-loading-text="Loading" border fit highlight-current-row stripe>
+      <el-table v-loading="listLoading" :data="dataList" element-loading-text="Loading" border fit highlight-current-row stripe @selection-change="handleSelectionChange">
+        <el-table-column align="center" type="selection" width="55"></el-table-column>
         <el-table-column align="center" label="轮播图名称" prop="imgCarouselName" min-width="120" show-overflow-tooltip></el-table-column>
         <el-table-column align="center" label="轮播图" prop="imgCarouselUrl" min-width="120" show-overflow-tooltip>
           <template slot-scope="scope">
@@ -456,7 +457,7 @@
 
         },
         created() {
-            this.getList();
+           // this.getList();
         },
         components: {
             Pagination,