This commit is contained in:
weipengfei 2024-03-26 17:28:39 +08:00
parent 8f31cc5c76
commit b18e209f3c
2 changed files with 3 additions and 2 deletions

View File

@ -4,11 +4,11 @@ ENV = 'development'
# http://mer.crmeb.net/admin
# base api
# VUE_APP_BASE_API = 'http://192.168.31.106:8324'
VUE_APP_BASE_API = 'https://test.shop.lihaink.cn'
VUE_APP_BASE_API = 'https://crmeb-test.shop.lihaink.cn/'
# socket 连接地址
# VUE_APP_WS_URL = 'ws://0.0.0.0:8324'
VUE_APP_WS_URL = 'ws://test.shop.lihaink.cn'
VUE_APP_WS_URL = 'ws://crmeb-test.shop.lihaink.cn/'
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.

View File

@ -138,6 +138,7 @@
<el-table-column prop="price" label="商品售价" min-width="80" />
<el-table-column prop="sales" label="销量" min-width="70" />
<el-table-column prop="stock" label="库存" min-width="70" />
<el-table-column prop="update_time" label="更新时间" min-width="120" />
<el-table-column label="推荐级别" min-width="150">
<template slot-scope="scope">
<el-rate disabled v-model="scope.row.star" :colors="colors">