Loading escheduler-ui/src/js/conf/home/pages/home/index.vue +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' Loading escheduler-ui/src/js/conf/home/pages/projects/pages/index/index.vue +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
escheduler-ui/src/js/conf/home/pages/home/index.vue +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' Loading
escheduler-ui/src/js/conf/home/pages/projects/pages/index/index.vue +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading