|
|
|
|
@ -33,8 +33,14 @@
|
|
|
|
|
v-for="item in showFields"
|
|
|
|
|
:label="item.name"
|
|
|
|
|
v-if="!['file', 'picture'].find((j) => j === item.field)"
|
|
|
|
|
>{{ contentFormat(item)
|
|
|
|
|
}}</el-descriptions-item
|
|
|
|
|
>
|
|
|
|
|
<template v-if="item.edit_input === 'richtext'">
|
|
|
|
|
<div v-html="detail[item.field]"></div>
|
|
|
|
|
</template>
|
|
|
|
|
<template>
|
|
|
|
|
{{ contentFormat(item) }}
|
|
|
|
|
</template>
|
|
|
|
|
</el-descriptions-item
|
|
|
|
|
>
|
|
|
|
|
</el-descriptions>
|
|
|
|
|
</el-card>
|
|
|
|
|
|