Compare commits

..

No commits in common. "cf322f629a783b2ed3aa19c33804642c55e3afaa" and "28cbcff6db6092e35e280f716585bfb33a31ad81" have entirely different histories.

3 changed files with 4 additions and 13436 deletions

View File

@ -57,7 +57,7 @@
"mockjs": "^1.1.0",
"nprogress": "0.2.0",
"obj-modal": "^1.2.2",
"obj-table-plus": "^3.1.0",
"obj-table-plus": "^2.5.0",
"qrcodejs2": "^0.0.2",
"qs": "^6.13.0",
"quill": "1.3.7",

File diff suppressed because it is too large Load Diff

View File

@ -8,17 +8,9 @@
<vxe-column
field="productImg"
title="商品图片"
width="120"
>
<template slot-scope="{ row }">
<el-image
:preview-src-list="[row.productImg]"
:src="row.productImg"
:width="80"
:height="80"
/>
</template>
</vxe-column>
:cell-render="imgUrlCellRender"
width="80"
></vxe-column>
<vxe-column field="productSpecName" title="商品规格名称"></vxe-column>
<vxe-column field="originPrice" title="商品原价"></vxe-column>
<vxe-column field="finalPrice" title="商品终价"></vxe-column>