|
@@ -194,6 +194,8 @@
|
|
|
<el-table height="500" border v-loading="loading" :data="storeOrderList" @selection-change="handleSelectionChange">
|
|
<el-table height="500" border v-loading="loading" :data="storeOrderList" @selection-change="handleSelectionChange">
|
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
|
<el-table-column label="订单号" align="center" prop="orderCode" width="200px" />
|
|
<el-table-column label="订单号" align="center" prop="orderCode" width="200px" />
|
|
|
|
|
+ <el-table-column label="APP用户ID" align="center" prop="appUserId" />
|
|
|
|
|
+ <el-table-column label="APP部门名称" align="center" prop="appDeptName" />
|
|
|
<el-table-column label="用户昵称" align="center" prop="nickname" width="150px" >
|
|
<el-table-column label="用户昵称" align="center" prop="nickname" width="150px" >
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<span>{{scope.row.nickname}} </span>
|
|
<span>{{scope.row.nickname}} </span>
|