会员信息接口联调
This commit is contained in:
parent
d6f769b58e
commit
3c680825a3
@ -29,14 +29,60 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
<el-table v-loading="loading" :data="pmsProductList" @selection-change="handleSelectionChange" border>
|
||||
<el-table-column type="selection" width="55" align="center" />
|
||||
<el-table-column label="主图" prop="pic">
|
||||
<el-table v-loading="loading" :data="pmsProductList" border>
|
||||
<!-- <el-table-column label="主图" prop="pic">
|
||||
<template v-slot="{ row }">
|
||||
<el-image v-if="row.pic" :src="row.pic" :preview-src-list="[row.pic]" class="small-img" />
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="名称/编码" min-width="200" prop="outProductId">
|
||||
</el-table-column>-->
|
||||
<el-table-column label="店铺名称" min-width="200" prop="outProductId"> </el-table-column>
|
||||
<el-table-column label="用户手机号" prop="outProductId"> </el-table-column>
|
||||
<el-table-column label="配送方式" prop="outProductId"> </el-table-column>
|
||||
<el-table-column label="商品名称" prop="outProductId"> </el-table-column>
|
||||
<el-table-column label="商品描述" prop="outProductId"> </el-table-column>
|
||||
<el-table-column label="商品类型" prop="outProductId"> </el-table-column>
|
||||
<el-table-column label="商品分类" prop="outProductId"> </el-table-column>
|
||||
<el-table-column label="商品封面图" prop="outProductId"> </el-table-column>
|
||||
<el-table-column label="商品轮播图" prop="outProductId"> </el-table-column>
|
||||
<el-table-column label="商品详情" prop="outProductId"> </el-table-column>
|
||||
<el-table-column label="原价" prop="outProductId"> </el-table-column>
|
||||
<el-table-column label="优惠金额" prop="outProductId"> </el-table-column>
|
||||
<el-table-column label="销量" prop="outProductId"> </el-table-column>
|
||||
<el-table-column label="商品状态" prop="outProductId">
|
||||
<template v-slot="scope">
|
||||
<el-switch
|
||||
:model-value="scope.row.status"
|
||||
:active-value="1"
|
||||
:inactive-value="0"
|
||||
active-text="上架"
|
||||
inactive-text="下架"
|
||||
inline-prompt
|
||||
:before-change="
|
||||
() => {
|
||||
// return handleChangeUserStatus(scope.row);
|
||||
}
|
||||
"
|
||||
>
|
||||
</el-switch> </template
|
||||
></el-table-column>
|
||||
<el-table-column label="审核状态" prop="outProductId">
|
||||
<template v-slot="scope">
|
||||
<el-switch
|
||||
:model-value="scope.row.status"
|
||||
:active-value="1"
|
||||
:inactive-value="0"
|
||||
active-text="通过"
|
||||
inactive-text="驳回"
|
||||
inline-prompt
|
||||
:before-change="
|
||||
() => {
|
||||
// return handleChangeUserStatus(scope.row);
|
||||
}
|
||||
"
|
||||
>
|
||||
</el-switch> </template
|
||||
></el-table-column>
|
||||
<!-- <el-table-column label="名称/编码" min-width="200" prop="outProductId">
|
||||
<template v-slot="{ row }">
|
||||
<div>名称:{{ row.name }}</div>
|
||||
<div v-if="row.outProductId">编码:{{ row.outProductId }}</div>
|
||||
@ -56,13 +102,24 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="上架状态" prop="publishStatus">
|
||||
<template v-slot="{ row }">
|
||||
<dict-tag :value="row.publishStatus" prop-name="pms_publish_status" />
|
||||
<dict-tag :value="row.publishStatus" prop-name="pms_publish_status" />
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table-column>-->
|
||||
<el-table-column label="操作" class-name="small-padding fixed-width">
|
||||
<template v-slot="scope">
|
||||
<!-- <template v-slot="scope">
|
||||
<el-button size="small" type="text" icon="Edit" @click="handleUpdate(scope.row)">修改 </el-button>
|
||||
<el-button size="small" type="text" icon="Delete" @click="handleDelete(scope.row)">删除</el-button>
|
||||
</template>-->
|
||||
<template v-slot="scope">
|
||||
<el-button size="small" type="text">编辑 </el-button>
|
||||
<!-- <el-button size="small" type="text">余额变更记录 </el-button>
|
||||
<el-button size="small" type="text">开通易生支付 </el-button>
|
||||
<el-button size="small" type="text" @click="showUserLoginInfoModal(scope.row, true)">登录记录 </el-button>
|
||||
<el-button size="small" type="text">操作日志 </el-button>
|
||||
<el-button size="small" type="text">封禁记录 </el-button>-->
|
||||
<!-- <el-button size="small" type="text" @click="showStatistics(scope.row.id)" v-hasPermi="['ums:member:statistics']">查看数据 </el-button>
|
||||
<el-button size="small" type="text" @click="goOrder(scope.row.phoneEncrypted)">查看下单</el-button>
|
||||
<el-button size="small" type="text" @click="goCart(scope.row.phoneEncrypted)">查看购物车</el-button>-->
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
@ -24,9 +24,9 @@ export default defineConfig(({ mode, command }) => {
|
||||
open: true,
|
||||
proxy: {
|
||||
[env.VITE_APP_BASE_API]: {
|
||||
target: 'http://192.168.1.13:8080',
|
||||
// target: 'http://192.168.1.13:8080',
|
||||
// target: 'http://192.168.1.250:8080',
|
||||
// target: 'http://111.62.22.190:8080', // 测试环境
|
||||
target: 'http://111.62.22.190:8080', // 测试环境
|
||||
changeOrigin: true,
|
||||
ws: true,
|
||||
rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), ''),
|
||||
|
Loading…
x
Reference in New Issue
Block a user