Commit 43f57994 by xue_wengang

xiugai

parent 45cea8b4
......@@ -128,7 +128,7 @@ export default {
},
{
label: "证件号码:",
prop: "cyzjZjhm",
prop: "zjhm",
col: "3",
},
{
......
......@@ -56,13 +56,13 @@
</div>
<div class="info">
<span class="tstitle">案件类别:</span>
<span class="lbBorder" v-for="val in item.ajlbStr" key="val">{{
<span class="lbBorder" v-for="val in item.ajlbStr" :key="val">{{
val
}}</span>
</div>
<div class="info">
<span class="tstitle">人员标签:</span>
<span class="lbBorder" v-for="val in item.codeStr" key="val">{{
<span class="lbBorder" v-for="val in item.codeStr" :key="val">{{
val
}}</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