Răsfoiți Sursa

增加字段:抖音商品ID

gcz 11 luni în urmă
părinte
comite
e591d20362
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      src/views/otaMr/tiktok/index.vue

+ 1 - 0
src/views/otaMr/tiktok/index.vue

@@ -27,6 +27,7 @@
     <el-table ref="tables" v-loading="loading" :data="dataList" border>
       <el-table-column label="序号" align="center" type="index" width="50"></el-table-column>
       <el-table-column label="门店POIID" align="center" prop="poiId" />
+      <el-table-column label="抖音商品ID" align="center" prop="productId" />
       <el-table-column label="商品类目ID" align="center" prop="categoryId">
         <template slot-scope="scope">
           <dict-tag :options="dict.type.tiktok_category" :value="scope.row.categoryId"/>