【图斑列表】显示时间地方改成显示案件名称
parent
56d6454bb3
commit
06b5575de3
|
|
@ -150,8 +150,8 @@
|
||||||
</a-tag>
|
</a-tag>
|
||||||
</div>
|
</div>
|
||||||
<div class="item-info-batch">
|
<div class="item-info-batch">
|
||||||
<a-tag color="green" v-if="item.createtime">
|
<a-tag color="green" v-if="item.case_name">
|
||||||
{{ item.createtime }}
|
{{ item.case_name }}
|
||||||
</a-tag>
|
</a-tag>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue