Signed-off-by: Logaxn <logaxn@foxmail.com>
This commit is contained in:
parent
ddd18d6a00
commit
92dac9c4fe
|
@ -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/
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue