Commit d731c4b7 by 吕明尚

门店管理增加显示店铺id

parent 6d8a5dcd
......@@ -97,6 +97,8 @@
<dict-tag :options="dict.type.store_type" :value="scope.row.storeType"/>
</template>
</el-table-column>
<el-table-column label="美团店铺id" align="center" prop="openShopUuid"/>
<el-table-column label="抖音店铺id" align="center" prop="tiktokPoiId"/>
<el-table-column label="宣传图片" align="center" prop="images">
<template slot-scope="scope">
<div v-if="scope.row.images.length" style="display: flex;flex-direction: row;justify-content: center;width: 100%;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment