Browse Source

Merge branch 'xf_dev' of http://maven.jgiot.com:7012/jiaxiaoqiang/JG-ADMIN-TEMP into xf_dev

dy 1 năm trước cách đây
mục cha
commit
fbfff7293d
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      src/layout/components/NavBar/components/NavbarRight.vue

+ 6 - 1
src/layout/components/NavBar/components/NavbarRight.vue

@@ -89,6 +89,7 @@
               v-model:page="page"
               :table-loading="loading"
               @size-change="handleQuery"
+              @row-click="clickItem"
               @current-change="handleQuery"
               :data="pageData"
             />
@@ -145,7 +146,11 @@ const dialog = reactive({
   type: "0",
   state: "0",
 });
-
+const clickItem =(row) =>{
+  if(row.msgId === '4'){
+    window.open("/#/outsource",'_blank')
+  }
+}
 const openMessageDialog = () => {
   handleQuery();
   dialog.visible = true;