管理路径节点({{ lists.length }})
@@ -276,7 +278,7 @@
@@ -849,7 +851,7 @@ export default indexjs;
}
.dialog-footer {
- padding: 0px 30px;
+ padding: 4px 20px 0 30px;
text-align: right;
}
@@ -966,7 +968,7 @@ export default indexjs;
.topform {
padding: 15px 0 0 15px;
- height: 200px;
+ height: 150px;
.form {
::v-deep .el-input__inner {
@@ -980,10 +982,10 @@ export default indexjs;
}
}
-.title {
+.titlement {
display: flex;
margin-left: 100px;
-
+ // height: 15vh;
.select {
font-weight: 550;
// margin-left: 10%;
@@ -999,14 +1001,33 @@ export default indexjs;
}
}
}
+.title {
+ display: flex;
+ margin-left: 100px;
+ height: 7vh;
+ .select {
+ font-weight: 550;
+ // margin-left: 10%;
+ position: relative;
+ right: 20px;
+ // width: 300px;
+ font-size: 13px;
+ .el-input {
+ width: 200px;
+ height: 30px !important;
+ line-height: 30px !important;
+ }
+ }
+}
// .container {
// padding: 20px;
// }
-.list {
+.listment {
margin: 12px auto;
width: 100%;
- // height: calc(100% - 80px);
+ // height: 60vh;
+ // height: calc(100% - 220px);
background-color: #f2f4f5;
display: flex;
padding-top: 15px;
@@ -1041,6 +1062,45 @@ export default indexjs;
background-color: #fff;
}
}
+.list {
+ // margin: 12px auto;
+ width: 100%;
+ height: 69vh;
+ // height: calc(100% - 80px);
+ background-color: #f2f4f5;
+ display: flex;
+ padding-top: 15px;
+ justify-content: space-evenly;
+
+ .timelist {
+ width: 25%;
+ background-color: #fff;
+ padding: 0 20px 20px;
+ // height: calc(100vh - 350px);
+
+ overflow: scroll;
+
+ .timetitle {
+ height: 60px;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ }
+
+ ::v-deep .el-timeline {
+ width: 100%;
+ padding: 15px 0 0 !important;
+ }
+ }
+
+ .texts {
+ width: 73%;
+ // height: calc(100vh - 350px);
+
+ overflow: scroll;
+ background-color: #fff;
+ }
+}
.cards {
border: 1px solid #409eff;
diff --git a/src/views/system/ManageNodeInformation/indexjs.js b/src/views/system/ManageNodeInformation/indexjs.js
index c493eec..f6610b1 100644
--- a/src/views/system/ManageNodeInformation/indexjs.js
+++ b/src/views/system/ManageNodeInformation/indexjs.js
@@ -590,11 +590,12 @@ export default {
},
//wangeditor传值
onNodeContent(item) {
- this.form.nodeContent = item.nodeContent;
- if (this.form.nodeContent) {
+ if (item.nodeContent) {
+ this.form.nodeContent = item.nodeContent;
var abc = new RegExp("
", "g");
var bbb = this.form.nodeContent.replace(abc, "");
this.form.nodeContent = bbb;
+ console.log(this.form.nodeContent, 'this.form.nodeContent')
}
},
@@ -699,13 +700,12 @@ export default {
},
bottomclickevent(uitem, index, uindex) {
- // if (
- // this.form.taskSubdivisiontemplateType != "QUESTIONNAIRE" &&
- // this.form.taskSubdivisiontemplateType != "PROPAGANDA"
- // ) {
- // console.log()
- this.$refs.wangeditor.emit();
- // }
+ if (
+ this.form.taskSubdivisiontemplateType != "QUESTIONNAIRE" &&
+ this.form.taskSubdivisiontemplateType != "PROPAGANDA"
+ ) {
+ this.$refs.wangeditor.emit();
+ }
setTimeout(() => {
this.form = uitem;
this.taskPartitionList = [];
diff --git a/src/views/system/followupsee/index.vue b/src/views/system/followupsee/index.vue
index 420ab49..3fc8664 100644
--- a/src/views/system/followupsee/index.vue
+++ b/src/views/system/followupsee/index.vue
@@ -2,8 +2,18 @@