更新开发环境配置文件及商品页表格列显示

This commit is contained in:
mkm 2024-09-18 18:07:49 +08:00
parent 79fddfd71e
commit 4922f68346
2 changed files with 3 additions and 3 deletions

View File

@ -6,6 +6,6 @@ VITE_NOW_TYPE = 'dist'
# VITE_APP_BASE_URL='http://192.168.1.10:8546' # VITE_APP_BASE_URL='http://192.168.1.10:8546'
# VITE_APP_BASE_URL='https://test-multi-store.lihaink.cn' # VITE_APP_BASE_URL='https://test-multi-store.lihaink.cn'
# VITE_APP_BASE_URL='https://multi-store.lihaink.cn' # VITE_APP_BASE_URL='https://multi-store.lihaink.cn'
VITE_APP_BASE_URL='http://192.168.1.5:8545' VITE_APP_BASE_URL='http://192.168.1.22:8545'
# VITE_APP_BASE_URL='https://ceshi-multi-store.lihaink.cn' # VITE_APP_BASE_URL='https://ceshi-multi-store.lihaink.cn'

View File

@ -130,12 +130,12 @@
/> --> /> -->
<el-table-column label="零售价" prop="price" show-overflow-tooltip /> <el-table-column label="零售价" prop="price" show-overflow-tooltip />
<el-table-column label="起批量" prop="batch" show-overflow-tooltip /> <el-table-column label="起批量" prop="batch" show-overflow-tooltip />
<!-- <el-table-column <el-table-column
label="毛利率" label="毛利率"
prop="rose" prop="rose"
min-width="100" min-width="100"
show-overflow-tooltip show-overflow-tooltip
/> --> />
<el-table-column label="售卖库存" prop="stock" show-overflow-tooltip /> <el-table-column label="售卖库存" prop="stock" show-overflow-tooltip />
<!-- <el-table-column <!-- <el-table-column
label="兑换库存" label="兑换库存"