zxr 3 سال پیش
والد
کامیت
c0263c1efc
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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"