mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-13 12:56:47 +08:00
未到点的任务提示未到时间
This commit is contained in:
@@ -31,8 +31,8 @@
|
||||
<el-input v-model="projectname" placeholder="请输入项目名称" />
|
||||
</div>
|
||||
<div style="width: 420px">
|
||||
<el-date-picker v-model="searchTime" type="datetimerange" start-placeholder="开始时间" end-placeholder="结束时间"
|
||||
@change="selectTime" />
|
||||
<el-date-picker v-model="searchTime" type="daterange" range-separator="To" start-placeholder="开始时间" end-placeholder="结束时间" :size="size" @change="selectTime"/>
|
||||
|
||||
</div>
|
||||
|
||||
<button class="searchBtn" @click="searchClick" style="margin-left: 20px">
|
||||
@@ -41,7 +41,7 @@
|
||||
<button class="searchBtn" @click="resetClick">重置</button>
|
||||
</div>
|
||||
<div class="projectList" v-if="!projectList.length" style="display:flex;color:#909399;">
|
||||
<img class="img2" style="margin-left: 675px;margin-top: 165px;width:148px;height:220px;"
|
||||
<img class="img2" style="margin-left:359px;margin-top:100px;width:148px;height:220px;"
|
||||
src="../../assets/image/notask.png" />
|
||||
</div>
|
||||
<div v-else class="projectList" v-for="(i, k) in projectList" :key="k">
|
||||
|
||||
Reference in New Issue
Block a user