|
@@ -61,8 +61,8 @@
|
|
|
</el-tabs>
|
|
|
<el-table v-loading="loading" :data="storeProductYuyueList" @selection-change="handleSelectionChange">
|
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
|
- <el-table-column label="预约id" align="center" prop="id" />
|
|
|
- <el-table-column label="用户id" align="center" prop="userId" />
|
|
|
+ <el-table-column label="预约ID" align="center" prop="id" />
|
|
|
+ <el-table-column label="用户ID" align="center" prop="userId" />
|
|
|
<el-table-column label="会员昵称" align="center" prop="nickname" />
|
|
|
<el-table-column label="会员电话" align="center" prop="phone" width="150px"/>
|
|
|
<el-table-column label="状态 " align="center" prop="status" >
|
|
@@ -70,7 +70,7 @@
|
|
|
<el-tag prop="status" v-for="(item, index) in statusOptions" v-if="scope.row.status==item.dictValue">{{item.dictLabel}}</el-tag>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="商品id" align="center" prop="productId" />
|
|
|
+ <el-table-column label="商品ID" align="center" prop="productId" />
|
|
|
<el-table-column label="商品图片" align="center" width="120">
|
|
|
<template slot-scope="scope">
|
|
|
<el-popover
|