|
|
@@ -89,6 +89,11 @@
|
|
|
<p>{{JSON.parse(scope.row.jsonInfo).productName}}</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column label="溯源码" width="300" align="center">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <p>{{JSON.parse(scope.row.jsonInfo).verifyCods}}</p>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="单价" width="240" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<p>¥{{JSON.parse(scope.row.jsonInfo).price.toFixed(2)}}</p>
|