Browse Source

top导航

zxr 3 years ago
parent
commit
c0263c1efc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/layout/components/TagsView/index.vue
  2. 1 1
      src/views/system/notice/index.vue

+ 1 - 1
src/layout/components/TagsView/index.vue

@@ -226,7 +226,7 @@ export default {
       }
 
       this.top = e.clientY
-      this.visible = true
+      // this.visible = true
       this.selectedTag = tag
     },
     closeMenu() {

+ 1 - 1
src/views/system/notice/index.vue

@@ -132,7 +132,7 @@
           <span v-if="scope.row.status == '0'" style="color: #13ce66"
             >正常</span
           >
-          <span v-if="scope.row.status == '1'" style="color=#FF4949">停用</span>
+          <span v-if="scope.row.status == '1'" style="color:#FF4949">停用</span>
           <!-- <dict-tag
             :options="dict.type.sys_notice_status"
             :value="scope.row.status"