mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-17 08:42:44 +00:00
fix(detailCard): detailCard 增加ID字段
This commit is contained in:
parent
794ad35f84
commit
b39f01a023
@ -1,6 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<IBox :title="title" fa="fa-info-circle">
|
<IBox :title="title" fa="fa-info-circle">
|
||||||
<div class="content">
|
<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-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="6"><div :style="{ 'text-align': align }" class="item-label"><label>{{ item.key }}: </label></div></el-col>
|
||||||
<el-col :span="18"><div class="item-text">
|
<el-col :span="18"><div class="item-text">
|
||||||
|
Loading…
Reference in New Issue
Block a user