fix(detailCard): detailCard 增加ID字段

This commit is contained in:
jym503558564 2020-07-21 14:11:54 +08:00 committed by 老广
parent 794ad35f84
commit b39f01a023

View File

@ -1,6 +1,10 @@
<template>
<IBox :title="title" fa="fa-info-circle">
<div class="content">
<el-row :gutter="10" class="item">
<el-col :span="6"><div :style="{ 'text-align': align }" class="item-label"><label>ID: </label></div></el-col>
<el-col :span="18"><div class="item-text">{{ this.$route.params.id }}</div></el-col>
</el-row>
<el-row v-for="item in items" :key="'card-' + item.key" :gutter="10" class="item">
<el-col :span="6"><div :style="{ 'text-align': align }" class="item-label"><label>{{ item.key }}: </label></div></el-col>
<el-col :span="18"><div class="item-text">