|
@@ -189,7 +189,7 @@
|
|
|
<div>{{ text == 1 ? '文档知识' : '维基知识' }}</div>
|
|
|
</template>
|
|
|
<template slot="knowledgeCategoryAdminVo" slot-scope="{text}">
|
|
|
- <div>{{ getCategory(text) }}</div>
|
|
|
+ <div style="white-space: pre-line">{{ getCategory(text) }}</div>
|
|
|
</template>
|
|
|
<template slot="approvalStatus" slot-scope="{text}">
|
|
|
<div>{{ getApprovalStatus(text) }}</div>
|