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