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