任务记录详情
This commit is contained in:
parent
0a356b539c
commit
ca931a7e03
@ -97,8 +97,14 @@
|
||||
<div>
|
||||
<div class="know">{{ formview.propagandaTitle }}</div>
|
||||
<div class="knowlist">
|
||||
<Editorxj
|
||||
v-model="formview.propagandaContent"
|
||||
:min-height="192"
|
||||
/>
|
||||
</div>
|
||||
<!-- <div class="knowlist">
|
||||
{{ formview.propagandaContent }}
|
||||
</div>
|
||||
</div> -->
|
||||
<img :src="baseUrl + formview.propagandaCoverPath" alt="" />
|
||||
<video v-if="materialsType == 'VIDEO'" ref="myVideo" :src="baseUrl + materialsFilePath" controls></video>
|
||||
</div>
|
||||
@ -229,6 +235,7 @@
|
||||
|
||||
<script>
|
||||
import { getPropaganda } from "@/api/manage/propaganda";
|
||||
import Editorxj from "../../system/Editorxj/index.vue";
|
||||
|
||||
import {
|
||||
selectVisitRecord,
|
||||
@ -237,6 +244,7 @@ import {
|
||||
import { getScript } from "@/api/manage/script";
|
||||
export default {
|
||||
name: "patientdetails",
|
||||
components: { Editorxj},
|
||||
data() {
|
||||
return {
|
||||
checkeddata: [],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user