fix:修改
This commit is contained in:
parent
1a2b13bd70
commit
8002a25815
@ -17,10 +17,10 @@
|
||||
</template>
|
||||
<div class="body">
|
||||
<MdPreview
|
||||
v-if="!loading && data && data.report"
|
||||
v-if="!loading && data && data.videoScript"
|
||||
ref="editorRef"
|
||||
editorId="preview-only"
|
||||
:modelValue="data.report"
|
||||
:modelValue="data.videoScript"
|
||||
class="maxkb-md"
|
||||
/>
|
||||
<el-empty v-else description="暂无数据"></el-empty>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user