提交 5c5ec2f8 编写于 作者: G gongzijian

首页 隐藏时间

上级 7c0b234b
<template> <template>
<m-list-construction :title="$t('Home')"> <m-project-home :id="0"></m-project-home>
<template slot="content">
<m-project-home :id="0"></m-project-home>
</template>
</m-list-construction>
</template> </template>
<script> <script>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<m-list-construction :title="$t('Project Home')"> <m-list-construction :title="$t('Project Home')">
<template slot="content"> <template slot="content">
<div class="perject-home-content"> <div class="perject-home-content">
<div class="time-model"> <div class="time-model" v-show="searchParams.projectId !== 0">
<x-datepicker <x-datepicker
:panel-num="2" :panel-num="2"
placement="bottom-end" placement="bottom-end"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册