-- 时间选择到分

This commit is contained in:
yuping
2022-12-21 17:24:41 +08:00
parent 03e9e50061
commit 05492770a4
11 changed files with 12 additions and 12 deletions

View File

@@ -51,7 +51,7 @@
</div>
<div class="btnbox">
<a-range-picker
show-time
:show-time="{ format: 'HH:mm' }"
format="YYYY-MM-DD HH:mm"
style="width: 400px; height: 40px; border-radius: 8px;"
v-model:value="time"

View File

@@ -50,7 +50,7 @@
</div>
<div class="btnbox">
<a-range-picker
show-time
:show-time="{ format: 'HH:mm' }"
style="width: 400px; height: 40px; border-radius: 8px;" v-model:value="time" format="YYYY-MM-DD HH:mm"
:placeholder="[' 开始时间', ' 结束时间']" />
</div>

View File

@@ -102,7 +102,7 @@
</div>
<div class="select" >
<a-range-picker style="width: 400px;"
show-time
:show-time="{ format: 'HH:mm' }"
format="YYYY/MM/DD HH:mm"
v-model:value="chooseTime"
:placeholder="[' 开始时间', ' 结束时间']"

View File

@@ -46,7 +46,7 @@
<div class="btnbox">
<a-form-item has-feedback label="提交时间" name="choosedTime">
<a-range-picker
show-time
:show-time="{ format: 'HH:mm' }"
style="width: 400px; height: 40px; border-radius: 8px"
v-model:value="formState.choosedTime"
format="YYYY/MM/DD HH:mm"

View File

@@ -70,7 +70,7 @@
</div>
<div class="btnbox">
<a-range-picker
show-time
:show-time="{ format: 'HH:mm' }"
style="width: 400px; height: 40px; border-radius: 8px"
v-model:value="time"
format="YYYY/MM/DD HH:mm"

View File

@@ -76,7 +76,7 @@
<span style="margin-right: 3px">考试时间</span>
</div>
<div class="btnbox">
<a-range-picker style="width: 400px; height: 40px; border-radius: 8px" show-time format="YYYY/MM/DD HH:mm"
<a-range-picker style="width: 400px; height: 40px; border-radius: 8px" :show-time="{ format: 'HH:mm' }" format="YYYY/MM/DD HH:mm"
v-model:value="test.chooseTime" :placeholder="[' 开始时间', ' 结束时间']" />
</div>
</div>

View File

@@ -104,7 +104,7 @@
</div>
<div class="select" >
<a-range-picker
show-time
:show-time="{ format: 'HH:mm' }"
format="YYYY-MM-DD HH:mm"
style="width: 424px"
v-model:value="time"

View File

@@ -52,7 +52,7 @@
<div class="inpbox1">
<a-range-picker
v-model:value="valueDate"
show-time
:show-time="{ format: 'HH:mm' }"
style="border-radius: 8px; height: 40px; margin-left: 5px"
:placeholder="[' 开始时间', ' 结束时间']"
format="YYYY/MM/DD HH:mm"

View File

@@ -99,8 +99,8 @@
<div class="in">
<a-range-picker
show-time
separator="至"
:show-time="{ format: 'HH:mm' }"
:placeholder="[' 开始时间', ' 结束时间']"
v-model:value="projectInfo.rangeTime"
style="width: 100%; height: 40px; border-radius: 5px"

View File

@@ -46,7 +46,7 @@
<div class="select addTimeBox">
<div class="addTime">创建时间</div>
<a-range-picker
show-time
:show-time="{ format: 'HH:mm' }"
v-model:value="searchParam.valueDate"
format="YYYY-MM-DD"
style="border-radius: 8px; height: 40px; margin-left: 5px"

View File

@@ -89,7 +89,7 @@
<div class="in">
<a-range-picker
show-time
:show-time="{ format: 'HH:mm' }"
separator="至"
:placeholder="[' 开始时间', ' 结束时间']"
v-model:value="projectInfo.rangeTime"