Commit d124bd38 by 吕明尚

修改优惠卷id显示团购id

parent 1af32c46
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
<dict-tag :options="dict.type.store_platform_type" :value="scope.row.platformType"/> <dict-tag :options="dict.type.store_platform_type" :value="scope.row.platformType"/>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column v-if="columns[10].visible" align="center" label="优惠券id" prop="couponId" width="100"/> <el-table-column v-if="columns[10].visible" align="center" label="优惠券id" prop="couponSkuId" width="100"/>
<el-table-column v-if="columns[11].visible" label="优惠券名称" align="center" prop="couponName" width="100"/> <el-table-column v-if="columns[11].visible" label="优惠券名称" align="center" prop="couponName" width="100"/>
<el-table-column v-if="columns[12].visible" align="center" label="优惠券原价" prop="couponPrice" width="100"/> <el-table-column v-if="columns[12].visible" align="center" label="优惠券原价" prop="couponPrice" width="100"/>
<el-table-column v-if="columns[13].visible" align="center" label="优惠券促销价" prop="couponPayPrice" width="100"/> <el-table-column v-if="columns[13].visible" align="center" label="优惠券促销价" prop="couponPayPrice" 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