另存为模板功能
This commit is contained in:
@ -12,10 +12,10 @@
|
||||
>
|
||||
<div class="msg-info" v-for="(info, idx) in basicInfo" :key="idx">
|
||||
<text-info
|
||||
v-for="con in info"
|
||||
:title="con.title"
|
||||
:key="con.title"
|
||||
:value="data[con.value]"
|
||||
v-for="i in info"
|
||||
:title="i.title"
|
||||
:key="i.title"
|
||||
:value="data[i.value]"
|
||||
extraclass="text-info-extra"
|
||||
/>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user