|
|
@@ -29,8 +29,8 @@
|
|
|
<template slot-scope="scope">{{scope.row.onShelf=='Y'?'已上架':'未上架'}}</template>
|
|
|
</el-table-column>
|
|
|
|
|
|
- <el-table-column align="center" prop="openFlag" label="是否公开" min-width="100">
|
|
|
- <template slot-scope="scope">{{scope.row.openFlag=='Y'?'已公开':'未公开'}}</template>
|
|
|
+ <el-table-column align="center" prop="openFlag" label="是否首页展示" min-width="110">
|
|
|
+ <template slot-scope="scope">{{scope.row.openFlag=='Y'?'展示':'不展示'}}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="操作" align="center" fixed="right" min-width="180">
|
|
|
<template slot-scope="scope">
|