diff --git a/src/utils/quillVideo.js b/src/utils/quillVideo.js
index 32312aa..c0f04a2 100644
--- a/src/utils/quillVideo.js
+++ b/src/utils/quillVideo.js
@@ -11,7 +11,7 @@ class Video extends BlockEmbed {
static create(value) {
const node = super.create();
// 添加video标签所需的属性
- node.setAttribute('style', 'object-fit:fill;width: 100%;')
+ node.setAttribute('style', 'object-fit:fill;max-width: 100%;')
node.setAttribute('preload', 'auto') // auto - 当页面加载后载入整个视频 meta - 当页面加载后只载入元数据 none - 当页面加载后不载入视频
// node.setAttribute('playsinline', 'true')
// node.setAttribute('x-webkit-airplay', 'allow')
diff --git a/src/views/manage/components/PathReview.vue b/src/views/manage/components/PathReview.vue
index 31537b8..fd2f42f 100644
--- a/src/views/manage/components/PathReview.vue
+++ b/src/views/manage/components/PathReview.vue
@@ -275,7 +275,8 @@
宣教
-
+
@@ -306,6 +307,12 @@
确 定
+
+
+
+
@@ -344,11 +351,15 @@ export default {
edges: [],
},
lookshow: false,
+ imageshow: false,
+ currentSrc: undefined,
};
},
created() {
this.info();
},
+ mounted() {
+ },
methods: {
changeswitch(e) {
if (!e) {
@@ -387,6 +398,12 @@ export default {
loading.close();
})
},
+ getimg(e) {
+ if (e.target.id == 'image') {
+ this.currentSrc = e.target.currentSrc
+ this.imageshow = true
+ }
+ },
getlist() {
if (this.routelist.length == 0) {
const loading = this.$loading({
@@ -398,6 +415,12 @@ export default {
getRouteNodeInfo(this.$route.query.signRecordId).then(res => {
this.allroutelist = res.data
this.routelist = this.allroutelist.filter(item => item.conditionSatisfyStatus);
+ this.routelist.forEach(e => {
+ if (e.taskNodeType == 'PROPAGANDA_ARTICLE') {
+ e.templateDetail.propagandaContent = e.templateDetail?.propagandaContent?.replace(/\
{
diff --git a/src/views/manage/components/Taskprocess.vue b/src/views/manage/components/Taskprocess.vue
index 97939e1..bd3e238 100644
--- a/src/views/manage/components/Taskprocess.vue
+++ b/src/views/manage/components/Taskprocess.vue
@@ -728,6 +728,7 @@ export default {
::v-deep .el-input.is-disabled .el-input__inner {
background: #fff !important;
color: #606266;
+ width: 200px;
}
.spanname {
diff --git a/src/views/manage/components/questionopennew.vue b/src/views/manage/components/questionopennew.vue
index c0afe8b..b272e2c 100644
--- a/src/views/manage/components/questionopennew.vue
+++ b/src/views/manage/components/questionopennew.vue
@@ -268,7 +268,7 @@ export default {
created() {
if (this.lookitemnew) {
this.questiondata = this.lookitemnew;
- this.questiondata.subjectResultList.forEach((e) => {
+ this.questiondata.subjectResultList?.forEach((e) => {
e.optionResults.forEach((el) => {
console.log(el, "el");
if (
@@ -295,7 +295,6 @@ export default {
}
});
});
- console.log(this.questiondata, " this.questiondata");
}
},
mounted() {},
diff --git a/src/views/manage/components/specialDiseaseNodeopen.vue b/src/views/manage/components/specialDiseaseNodeopen.vue
index c256d62..926e1ee 100644
--- a/src/views/manage/components/specialDiseaseNodeopen.vue
+++ b/src/views/manage/components/specialDiseaseNodeopen.vue
@@ -202,7 +202,7 @@
-