Selaa lähdekoodia

LY 预约工作票 bug fix

ly 2 vuotta sitten
vanhempi
commit
b73a134e6a
2 muutettua tiedostoa jossa 338 lisäystä ja 304 poistoa
  1. 4 2
      ui/src/views/index.vue
  2. 334 302
      ui/src/views/sems/specYlrq/index.vue

+ 4 - 2
ui/src/views/index.vue

@@ -1,13 +1,14 @@
 <template>
   <homepage v-if="homeType== 1"></homepage>
   <semshome v-else-if="homeType == 2"></semshome>
-<!--  <homepage v-show="homeType== 1"></homepage>-->
+  <invoice v-else-if="homeType== 3"></invoice>
 <!--  <semshome v-show="homeType == 2"></semshome>-->
 </template>
 
 <script>
   import homepage from "./homepage";
   import semshome from "./sems/specanalysis/index";
+  import invoice from "./invoice/bookingworkticket/index";
   import '@/common/flexible.js';
 
   export default {
@@ -18,7 +19,8 @@
     },
     components: {
       homepage,
-      semshome
+      semshome,
+      invoice
     },
     mounted() {
       console.log(this.$store.state.user.homeType)

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 334 - 302
ui/src/views/sems/specYlrq/index.vue


Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä