Commit 3d2047d6 authored by 黄媛媛's avatar 黄媛媛

1

parent 06aa47e1
...@@ -335,7 +335,12 @@ ...@@ -335,7 +335,12 @@
</el-table-column> </el-table-column>
<el-table-column prop="Number" label="数量" width="80"> <el-table-column prop="Number" label="数量" width="80">
</el-table-column> </el-table-column>
<el-table-column prop="Specification" label="规格"> <el-table-column prop="SpecificationList" label="规格">
<template slot-scope="scope">
<span :key="index2"
v-for="(msg,index2) in scope.row.SpecificationList">{{msg}}{{scope.row.SpecificationList.length == index2+1?'':','}}</span>
</template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<div class="title-box"><span class="text">物流信息</span></div> <div class="title-box"><span class="text">物流信息</span></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment