Browse Source

禁掉成员管理静态

unknown 2 years ago
parent
commit
826bb8bb81
1 changed files with 10 additions and 7 deletions
  1. 10 7
      project/src/components/manage/memberManage.vue

+ 10 - 7
project/src/components/manage/memberManage.vue

@@ -55,7 +55,8 @@
55 55
               </div>
56 56
             </template>
57 57
           </el-table-column>
58
-          <el-table-column label="备用客服">
58
+          <!--
59
+   <el-table-column label="备用客服">
59 60
             <template slot-scope="scope">
60 61
               <div class="flex-align-center">
61 62
                 <div>
@@ -94,6 +95,8 @@
94 95
               </el-popover>
95 96
             </template>
96 97
           </el-table-column>
98
+          -->
99
+
97 100
         </el-table>
98 101
         <div class="pagination" v-show="total>0">
99 102
           <el-pagination background :current-page="page" @current-change="handleCurrentChange" layout="prev, pager, next" :page-count='Number(pages)'>
@@ -124,9 +127,9 @@ export default {
124 127
       depart_List: [],
125 128
       keyword: '',
126 129
       height: '',
127
-      standbyList:[],
128
-      standbyVal:'',
129
-      visible:false
130
+      // standbyList:[],
131
+      // standbyVal:'',
132
+      // visible:false
130 133
     }
131 134
   },
132 135
   created () {
@@ -170,9 +173,9 @@ export default {
170 173
         this.loading = false
171 174
         if (res && res.errno == 0) {
172 175
           this.tableData = res.rst.data;
173
-          this.tableData.forEach(item=>{
174
-            item.visible = false
175
-          })
176
+          // this.tableData.forEach(item=>{
177
+          //   item.visible = false
178
+          // })
176 179
           this.total = res.rst.pageInfo.total;
177 180
           this.pages = res.rst.pageInfo.pages;
178 181
         } else if (res.errno != 4002) {