修改工会时间选择器

This commit is contained in:
dragon
2024-05-23 12:00:51 +08:00
parent 3062812f1f
commit 69ec2ebef9
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
<span class="demonstration">日期</span>
<el-date-picker
v-model="inquire.time"
type="daterange"
type="datetimerange"
range-separator=""
start-placeholder="开始日期"
end-placeholder="结束日期"

View File

@@ -20,7 +20,7 @@
<span class="demonstration">日期</span>
<el-date-picker
v-model="inquire.time"
type="daterange"
type="datetimerange"
range-separator=""
start-placeholder="开始日期"
end-placeholder="结束日期"