diff --git a/src/views/system/ManageNodeInformation/index.vue b/src/views/system/ManageNodeInformation/index.vue index a48480e..13d95f9 100644 --- a/src/views/system/ManageNodeInformation/index.vue +++ b/src/views/system/ManageNodeInformation/index.vue @@ -7,50 +7,23 @@
- - + + - - + + - - + +
-
+
- - + +
- - + + - - + + - - + +
@@ -160,29 +95,15 @@
适用范围 - - + +
编辑 - 展开 + 展开 关闭
-
+
推送方式: @@ -403,21 +231,13 @@
模板: - +
- +
@@ -431,10 +251,7 @@ >
-->
-
+
推送方式: @@ -443,21 +260,13 @@
模板: - +
- +
@@ -480,11 +289,7 @@ >
-->
-
+
推送方式: @@ -492,19 +297,11 @@
模板: - +
- +
@@ -512,16 +309,9 @@
重播次数: - - + + @@ -529,11 +319,8 @@
时间间隔: - + - - + + - - + +
-
-
+
+
- - + +
- - + + - - + + - - + + - + - 添加属性 + 添加属性
@@ -713,33 +414,14 @@
- - + + - 同意 - 不同意 + 同意 + 不同意 - + @@ -750,13 +432,9 @@
@@ -915,7 +593,7 @@ export default { this.infolistMESSAGE(); this.infolistword(); }, - beforeDestroy() {}, + beforeDestroy() { }, watch: { "form.phoneMessageRemind": { handler(newValue, oldValue) { @@ -1320,10 +998,10 @@ export default { this.lists.forEach((e) => { e.list.length > 0 ? e.list.forEach((el) => { - el.routeNodeDay = e.routeNodeDay; - el.routeNodeName = e.routeNodeName; - this.itemlist.specialDiseaseNodeList.push(el); - }) + el.routeNodeDay = e.routeNodeDay; + el.routeNodeName = e.routeNodeName; + this.itemlist.specialDiseaseNodeList.push(el); + }) : ""; }); // this.updata.specialDiseaseNodeList = @@ -1485,6 +1163,7 @@ export default { }, // 添加节点 additem(item) { + console.log(item) item.list.push({ nodeContent: "

", templateId: "", @@ -1524,15 +1203,18 @@ export default { .el-icon-arrow-down { margin-left: 50px; } + .el-icon-arrow-up { margin-left: 50px; } + .addlistname { color: #409eff; font-size: 12px; margin-left: 20px; margin-top: 10px; } + .login-code { width: 62px; height: 81px; @@ -1541,6 +1223,7 @@ export default { top: -30px; right: 56px; } + .login-code-img { width: 62px; height: 81px; @@ -1549,20 +1232,24 @@ export default { top: 32px; right: 61px; } + .selectnamelist { position: absolute; right: 54px; top: -8px; } + .selectname { position: absolute; right: 70px; top: 55px; } + .dialog-footer { padding: 0px 30px; text-align: right; } + .nodesname { margin-left: 6%; width: 660px; @@ -1575,6 +1262,7 @@ export default { margin-bottom: 10px; } } + .nodes { width: 660px; display: flex; @@ -1648,9 +1336,11 @@ export default { line-height: 30px; font-size: 13px; color: #64666a; + .spanname { pointer-events: none; } + ::v-deep .el-input__inner { color: black; font-size: 13px; @@ -1664,6 +1354,7 @@ export default { } } } + .routeCheckStatus { position: absolute; right: 10px; @@ -1673,6 +1364,7 @@ export default { .topform { padding: 15px 0 0 15px; height: 200px; + .form { ::v-deep .el-input__inner { height: 30px !important; @@ -1704,9 +1396,11 @@ export default { } } } + .container { padding: 20px; } + .list { margin: 12px auto; width: 100%; @@ -1788,6 +1482,7 @@ export default { } ::v-deep .el-card { + position: relative !important; margin-top: 20px !important; } \ No newline at end of file