This commit is contained in:
lixin
2018-11-28 10:13:23 +08:00
parent c3758ec048
commit b518243341
2 changed files with 24 additions and 13 deletions

View File

@@ -91,7 +91,7 @@
{{ scope.row.仓库名称 }}
</template>
</el-table-column>
<el-table-column align="center" label="追溯码" width="150">
<el-table-column align="center" label="二维码" width="150">
<template slot-scope="scope">
<canvas :id="canvas[scope.$index]" class="code"/>
</template>