Parcourir la source

隐藏店铺Id

wangxy il y a 4 jours
Parent
commit
84506094e7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/hisStore/store/index.vue

+ 1 - 1
src/views/hisStore/store/index.vue

@@ -112,7 +112,7 @@
 
     <el-table v-loading="loading" border :data="storeList" @selection-change="handleSelectionChange">
       <el-table-column type="selection" width="55" align="center" />
-      <el-table-column label="店铺id" align="center" prop="storeId" width="120px"/>
+<!--      <el-table-column label="店铺id" align="center" prop="storeId" width="120px"/>-->
       <el-table-column label="店铺名称" align="center" prop="storeName" width="120px"/>
       <el-table-column label="机构全称" align="center" prop="fullName" width="120px"/>
       <el-table-column label="店铺LOGO" align="center" prop="logoUrl" width="100px">