Dev 20190415
@ -1,10 +1,6 @@
<template>
<m-list-construction :title="$t('Home')">
<template slot="content">
<m-project-home :id="0"></m-project-home>
</template>
</m-list-construction>
<script>
import mProjectHome from '@/conf/home/pages/projects/pages/index'
@ -2,7 +2,7 @@
<m-list-construction :title="$t('Project Home')">
<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"