Commit 904fc023 authored by 黄奎's avatar 黄奎

页面修改

parent d70ed55b
......@@ -137,7 +137,7 @@
<ul class="List-ul" v-if="gItem.DetailsList&&gItem.DetailsList.length>0">
<li class="" style="cursor:pointer;" v-for="(dItem,dIndex) in gItem.DetailsList" :key="dIndex"
@click="ClickItem(dItem)">
{{dIndex+1}} <span @click="ClickItem(dItem)" v-html="dItem.Title">
{{dIndex+1}} <span @click="ClickItem(dItem)" v-html="dItem.ShowTitle">
</span>
</li>
</ul>
......
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