Commit 810ffa2a by lichengming

修改了收样位置查看样品

parent 1c4282f6
......@@ -11,7 +11,7 @@
<Form-item label="扫码信息">
<div class="scanInfo">
<ul>
<li v-for="item in scanInfo">{{item}}</li>
<li v-for="(item,index) in scanInfo" v-bind:key="index">{{item}}</li>
</ul>
</div>
</Form-item>
......
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