wangxy 4 giorni fa
parent
commit
84506094e7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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">