Browse Source

预警功能最后连线上测试

朱鑫波 4 years ago
parent
commit
54a939d94b
1 changed files with 15 additions and 2 deletions
  1. 15 2
      src/views/modules/autoLaunch/channelManage/itemList.vue

+ 15 - 2
src/views/modules/autoLaunch/channelManage/itemList.vue

@@ -1,4 +1,11 @@
 <style lang="scss" scoped>
+/deep/.vue-treeselect__control {
+    line-height: 36px !important;
+}
+/deep/ .ant-collapse-item,
+/deep/.ant-collapse-content {
+    overflow: inherit !important;
+}
 .search-bar {
     display: flex;
     align-items: center;
@@ -525,6 +532,13 @@ export default {
     },
     methods: {
         moment,
+        deleteIcon(event) {
+            event.stopPropagation()
+        },
+        deleteRule(event, item, index) {
+            event.stopPropagation()
+            this.addItemForm.items.splice(index, 1)
+        },
         visibleChange() {
             this.keyWord = undefined
         },
@@ -666,7 +680,6 @@ export default {
                         this.visibleDownLoad = false
                         this.projectIdDownLoad = ''
                         this.handleResetForm()
-                        
                     } else {
                         this.$message.error(res.message)
                     }
@@ -821,7 +834,7 @@ export default {
                 this.$refs.selectTableProject.keyValue = ''
                 this.$refs.selectTableProject.getData(n)
             }
-        },
+        }
     },
     computed: {
         newDate() {