xuhaifeng 11 ヶ月 前
コミット
b8585f9db9
1 ファイル変更0 行追加8 行削除
  1. 0 8
      src/views/system/store/index.vue

+ 0 - 8
src/views/system/store/index.vue

@@ -51,14 +51,6 @@
                     <dict-tag :options="dict.type.sys_store_type" :value="scope.row.storeType" />
                 </template>
             </el-table-column>
-            <el-table-column label="门店图片" align="center" prop="companyPic" width="100">
-                <template slot-scope="scope">
-                    <!--          <img v-if="scope.row.companyPic" :src="scope.row.companyPic" alt="门店图片"-->
-                    <!--               width="100" height="100" style="object-fit:contain">-->
-
-                    <el-image style="width: 100px; height: 100px" :fit="cover" :src="scope.row.companyPic" :preview-src-list="[scope.row.companyPic]"> </el-image>
-                </template>
-            </el-table-column>
             <!--			<el-table-column label="所属区域" align="center" prop="bindAreaId" />-->
             <el-table-column label="负责人姓名" align="center" prop="contactName" />
             <el-table-column label="负责人电话" align="center" prop="contactWorkTel" />