Commit a61054a5 by 梁建民

Merge branch 'dev/ver/3.0.0' into 'master'

bug

See merge request !6
parents e8b54a86 19d6cce0
Showing with 1 additions and 1 deletions
......@@ -175,7 +175,7 @@
<el-popover effect="light" trigger="hover" placement="bottom">
<p class="row" v-for="item in scope.row.hk_ladder_price">
<span>{{ item.purchases }}+</span>
<span style="margin-left: 5px">&yen;{{ item.price }}</span>
<span style="margin-left: 5px">${{ item.price }}</span>
</p>
<a slot="reference" href="javascript:;" class="alink">查看</a>
</el-popover>
......
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 sign in to comment