<template v-for="(item,ind) in arr">
<el-descriptions-item :key="ind">
<template slot="label">
<i class="el-icon-location-outline" />证件号码
</template>
{{item.idno}}
</el-descriptions-item>
<el-descriptions-item :key="ind">
<template slot="label">
<i class="el-icon-tickets" />证件类型
</template>
<el-tag size="small">{{item.idtype}}</el-tag>
</el-descriptions-item>
</template>
el-descriptions-item 遍历数组教程
最新推荐文章于 2024-09-29 11:29:09 发布