Signed-off-by: Logaxn <logaxn@foxmail.com>

This commit is contained in:
Logaxn 2019-03-16 19:15:35 +08:00
parent ddd18d6a00
commit 92dac9c4fe
2 changed files with 4 additions and 2 deletions

View File

@ -16,6 +16,8 @@ RUN yarn run build:prod
WORKDIR dist WORKDIR dist
# GZIP=-9
# 设置压缩级别
RUN GZIP=-9 tar -pzcf ../dist.tgz * RUN GZIP=-9 tar -pzcf ../dist.tgz *
# https://docs.docker.com/develop/develop-images/multistage-build/ # https://docs.docker.com/develop/develop-images/multistage-build/

View File

@ -33,12 +33,12 @@
</el-table-column> </el-table-column>
<el-table-column :label="$t('giftList.giftName')" width="110px" align="center"> <el-table-column :label="$t('giftList.giftName')" width="110px" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.author }}</span> <span>{{ scope.row.Name }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="'Seller SKU'" width="110px" align="center"> <el-table-column :label="'Seller SKU'" width="110px" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.author }}</span> <span>{{ scope.row.SellerSKU }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="'Short Description'" min-width="150px"> <el-table-column :label="'Short Description'" min-width="150px">