Q-ABAB hai 1 ano
pai
achega
9832cb4fde
Modificáronse 4 ficheiros con 14 adicións e 4 borrados
  1. 3 0
      src/App.vue
  2. 9 1
      src/views/fundManage/makerfund.vue
  3. 0 1
      src/views/home.vue
  4. 2 2
      src/views/messageNotification.vue

+ 3 - 0
src/App.vue

@@ -39,6 +39,9 @@ export default {
   },
   mounted(){
     this.userLogin();
+  },
+  beforeDestroy(){
+    localStorage.clear
   }
 };
 </script>

+ 9 - 1
src/views/fundManage/makerfund.vue

@@ -396,7 +396,15 @@
             },
             {
               value:1,
-              label:'已审核'
+              label:'待审核'
+            },
+            {
+              value:2,
+              label:'待报销'
+            },
+            {
+              value:3,
+              label:'已报销'
             },
           ],
           tableData:[ ],//列表

+ 0 - 1
src/views/home.vue

@@ -93,7 +93,6 @@
         }
       },
       mounted(){
-        console.log(this.$store)
       }
     }
 </script>

+ 2 - 2
src/views/messageNotification.vue

@@ -35,7 +35,7 @@
       </el-table-column>
 
       <el-table-column
-        prop="tname"
+        prop="username"
         label="创建者"
         align="center"
         min-width="20%">
@@ -128,7 +128,7 @@
       <div class="addDialogMid">
         <div class="addDialogTit1">
           <div style="font-size:18px;color:#000">{{ messageCon.title }}</div>
-          <div style="margin-top: 13px;font-size: 14px;">{{ messageCon.tname }}</div>
+          <div style="margin-top: 13px;font-size: 14px;">{{ messageCon.username }}</div>
         </div>
         <hr>
         <div class="addDialogTit2">