Unverified Commit 7a3caa20 authored by millionfor's avatar millionfor Committed by GitHub
Browse files

Merge pull request #148 from millionfor/dev-20190415

Dev 20190415
parents 9ba0109d 09bd894b
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
<template>
  <m-list-construction :title="$t('Home')">
    <template slot="content">
  <m-project-home :id="0"></m-project-home>
</template>
  </m-list-construction>
</template>

<script>
import mProjectHome from '@/conf/home/pages/projects/pages/index'
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  <m-list-construction :title="$t('Project Home')">
    <template slot="content">
      <div class="perject-home-content">
        <div class="time-model">
        <div class="time-model" v-show="searchParams.projectId !== 0">
          <x-datepicker
                  :panel-num="2"
                  placement="bottom-end"