|
@ -11,7 +11,7 @@ |
|
|
<div class="mt-4 content-size" v-if="richObj.content" v-dompurify-html="richObj.content"></div> |
|
|
<div class="mt-4 content-size" v-if="richObj.content" v-dompurify-html="richObj.content"></div> |
|
|
<a-empty v-else /> |
|
|
<a-empty v-else /> |
|
|
<template v-if="richObj && richObj.title"> |
|
|
<template v-if="richObj && richObj.title"> |
|
|
<div v-if="richObj.publishTime" class="mt-5" style="text-align: right">[责编: {{ richObj.editor }}]</div> |
|
|
<div v-if="richObj.editor" class="mt-5" style="text-align: right">[责编: {{ richObj.editor }}]</div> |
|
|
</template> |
|
|
</template> |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|