luohailiang 2 years ago
parent
commit
a7c34b26ee
5 changed files with 88 additions and 4 deletions
  1. 26 0
      src/router/index.js
  2. 4 4
      src/views/gwgl/gzt/index.vue
  3. 28 0
      src/views/hgjc/index.vue
  4. 28 0
      src/views/zrhd/index.vue
  5. 2 0
      src/views/zxxx/index.vue

+ 26 - 0
src/router/index.js

@@ -101,6 +101,19 @@ export const allRoutes = [
                 ],
             },
             {
+                path: "zrhd",
+                component: MainDefaultLayout,
+                children: [
+                    {
+                        path: "",
+                        name: "zhxy_zrhd",
+                        meta: {title: "值日护导"},
+                        component: () => import("@/views/zrhd/index.vue"),
+                        props: true,
+                    },
+                ],
+            },
+            {
                 path: "gwgl",
                 component: MainDefaultLayout,
                 children: [
@@ -261,6 +274,19 @@ export const allRoutes = [
                 },]
             },
             {
+                path: "hgjc",
+                component: MainDefaultLayout,
+                children: [
+                    {
+                        path: "",
+                        name: "zhxy_hgjc",
+                        meta: {title: "行规检查"},
+                        component: () => import("@/views/hgjc/index.vue"),
+                        props: true,
+                    },
+                ],
+            },
+            {
                 path: "xjglxt",
                 component: MainDefaultLayout,
                 children: [

+ 4 - 4
src/views/gwgl/gzt/index.vue

@@ -20,14 +20,14 @@
       <div class="bothList_left">
         <div class="commonTitle clearfix">
           <div class="commonTitle_left">公文列表</div>
-          <div class="commonTitle_right" @click="toMore('gwlb')">更多></div>
+<!--          <div class="commonTitle_right">更多></div>-->
         </div>
         <div class="table">
             <el-table  ref="multipleSelection"  :data="tableData"  tooltip-effect="dark"  style="width: 100%" >
           <el-table-column type="selection" width="50" align="center"> </el-table-column>
           <el-table-column label="标题" show-overflow-tooltip>
             <template slot-scope="scope" >
-              <div class="blueText" @click="toDetail(scope.row)"> {{ scope.row.xgg_bt }}</div>
+              <div class="blueText"> {{ scope.row.xgg_bt }}</div>
             </template>
           </el-table-column>
           <el-table-column label="类型">
@@ -41,7 +41,7 @@
       <div class="bothList_right">
          <div class="commonTitle clearfix">
           <div class="commonTitle_left">关注列表</div>
-          <div class="commonTitle_right" @click="toMore('gzlb')">更多></div>
+<!--          <div class="commonTitle_right">更多></div>-->
         </div>
         <div class="table">
            <el-table
@@ -53,7 +53,7 @@
             <el-table-column type="selection" width="50" align="center"> </el-table-column>
             <el-table-column label="标题" show-overflow-tooltip>
               <template slot-scope="scope" >
-                <div class="blueText" @click="toDetail(scope.row)"> {{ scope.row.xgg_bt}}</div>
+                <div class="blueText"> {{ scope.row.xgg_bt}}</div>
               </template>
             </el-table-column>
           </el-table>

+ 28 - 0
src/views/hgjc/index.vue

@@ -0,0 +1,28 @@
+<template>
+  <div>行规检查</div>
+</template>
+
+<script>
+export default {
+  name: "index",
+  data() {
+    return{
+
+    }
+  },
+  methods:{
+    openLink() {
+      window.open('https://ycszxym.bozedu.net/app/jg/duban.html','_blank');
+
+      this.$router.back();
+    }
+  },
+  mounted() {
+    this.openLink();
+  }
+}
+</script>
+
+<style scoped>
+
+</style>

+ 28 - 0
src/views/zrhd/index.vue

@@ -0,0 +1,28 @@
+<template>
+  <div>值日护导</div>
+</template>
+
+<script>
+export default {
+  name: "index",
+  data() {
+    return{
+
+    }
+  },
+  methods:{
+    openLink() {
+      window.open('https://ycszxym.bozedu.net/app/jg/zhiri.html','_blank');
+
+      this.$router.back();
+    }
+  },
+  mounted() {
+    this.openLink();
+  }
+}
+</script>
+
+<style scoped>
+
+</style>

+ 2 - 0
src/views/zxxx/index.vue

@@ -131,6 +131,7 @@ export default {
   border-radius: 10px;
   padding: 10px 15px;
   margin-left: 5px;
+  color: #99A8B4;
 }
 .right-chat {
   float: right;
@@ -140,6 +141,7 @@ export default {
   padding: 10px 15px;
   position: absolute;
   right: 50px;
+  color: #fff;
 }
 
 .submit {