lsw hai 1 ano
pai
achega
02a31d2d8d

+ 1 - 1
admin-ui/src/assets/styles/extend.scss

@@ -441,7 +441,7 @@
         color: #5d5d5d;
         .ntitle {
           float: left;
-          width: 70%;
+          width: 80%;
         }
         .ndate {
           float: right;

+ 1 - 0
admin-ui/src/router/index.js

@@ -92,6 +92,7 @@ export const constantRoutes = [
     path: '',
     component: Layout,
     redirect: 'notification',
+    hidden: true,
     children: [
       {
         path: 'notification',

+ 1 - 1
admin-ui/src/views/index_company.vue

@@ -39,7 +39,7 @@
               <div class="noticeList" v-if="noticeList.length > 0">
                 <div class="nitem" v-for="(item, index) in noticeList" :key="item.id" @click="op('noticeDetail', item)">
                   <div class="ntitle omit">{{ item.title }}</div>
-                  <div class="ndate">{{ item.createTime.substring(0, 11) }}</div>
+                  <div class="ndate">{{ item.createTime.substring(5, 11) }}</div>
                 </div>
               </div>
               <el-empty v-else description="暂无通知消息" :image-size="100"></el-empty>