yjwang пре 5 дана
родитељ
комит
b7ca7fd8d4

+ 5 - 0
src/views/components/store/storeAfterSalesDetails.vue

@@ -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>

+ 5 - 0
src/views/components/store/storeOrderDetails.vue

@@ -206,6 +206,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>