更新
This commit is contained in:
parent
8f31cc5c76
commit
b18e209f3c
@ -4,11 +4,11 @@ ENV = 'development'
|
|||||||
# http://mer.crmeb.net/admin
|
# http://mer.crmeb.net/admin
|
||||||
# base api
|
# base api
|
||||||
# VUE_APP_BASE_API = 'http://192.168.31.106:8324'
|
# 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 连接地址
|
# socket 连接地址
|
||||||
# VUE_APP_WS_URL = 'ws://0.0.0.0:8324'
|
# 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,
|
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
|
||||||
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
|
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
|
||||||
|
@ -138,6 +138,7 @@
|
|||||||
<el-table-column prop="price" label="商品售价" min-width="80" />
|
<el-table-column prop="price" label="商品售价" min-width="80" />
|
||||||
<el-table-column prop="sales" label="销量" min-width="70" />
|
<el-table-column prop="sales" label="销量" min-width="70" />
|
||||||
<el-table-column prop="stock" 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">
|
<el-table-column label="推荐级别" min-width="150">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-rate disabled v-model="scope.row.star" :colors="colors">
|
<el-rate disabled v-model="scope.row.star" :colors="colors">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user