yangjunfeng 5 anni fa
parent
commit
7872810aef

+ 2 - 2
CallCenterWeb.UI/src/views/memberManagement/memberList/index.vue

@@ -12,10 +12,10 @@
12 12
       <el-table-column prop="F_Label" label="会员标签" align="center"  width=""></el-table-column>
13 13
       <el-table-column label="详细地址" align="center"  width="100px">
14 14
         <template slot-scope="scoped">
15
-          <span v-show="scoped.row.F_Province==null?false:true">{{scoped.row.F_Province}}</span>
15
+          <!-- <span v-show="scoped.row.F_Province==null?false:true">{{scoped.row.F_Province}}</span>
16 16
           <span v-show="scoped.row.F_City==null?false:true">{{scoped.row.F_City}}</span>
17 17
           <span v-show="scoped.row.F_Area==null?false:true">{{scoped.row.F_Area}}</span>
18
-          <span v-show="scoped.row.F_Town==null?false:true">{{scoped.row.F_Town}}</span>
18
+          <span v-show="scoped.row.F_Town==null?false:true">{{scoped.row.F_Town}}</span> -->
19 19
           <span v-show="scoped.row.F_Address==null?false:true">{{scoped.row.F_Address}}</span>
20 20
         </template>
21 21
       </el-table-column>