|
@@ -30,11 +30,7 @@
|
|
|
<el-table-column align="center" min-width="120px" label="礼品编号" prop="seq">
|
|
|
</el-table-column>
|
|
|
|
|
|
- <el-table-column align="center" min-width="80px" label="礼品属性">
|
|
|
- <template slot-scope="props">
|
|
|
- <span v-if="props.row.productAttribute == 1">实物</span>
|
|
|
- <span v-if="props.row.productAttribute == 0">虚拟</span>
|
|
|
- </template>
|
|
|
+ <el-table-column align="center" min-width="80px" label="礼品属性" prop="productAttributeName">
|
|
|
</el-table-column>
|
|
|
<!-- <el-table-column align="center" min-width="80px" label="积分" prop="integral">
|
|
|
</el-table-column> -->
|