|
|
@@ -92,7 +92,7 @@
|
|
|
<el-table-column label="推荐店铺ID" align="center" prop="storeId" />
|
|
|
<el-table-column label="推荐店铺名称" align="center" prop="storeName" />
|
|
|
<el-table-column label="排序" align="center" prop="sortOrder" />
|
|
|
- <el-table-column label="开始时间" align="center" prop="beginTime" width="180">
|
|
|
+<!-- <el-table-column label="开始时间" align="center" prop="beginTime" width="180">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ parseTime(scope.row.beginTime) }}</span>
|
|
|
</template>
|
|
|
@@ -101,7 +101,7 @@
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ parseTime(scope.row.endTime) }}</span>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column>-->
|
|
|
<el-table-column label="状态" align="center" prop="status">
|
|
|
<template slot-scope="scope">
|
|
|
<dict-tag :options="statusOptions" :value="scope.row.status"/>
|