Skip to content

Commit b4093ab

Browse files
author
puhui999
committed
update: 修复value-format属性失效的问题,应全部都用大写value-format="YYYY-MM-DD"
1 parent 25668ac commit b4093ab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/views/system/sms/smsTemplate/index.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,21 @@
6060
<el-date-picker
6161
v-model="queryParams.createTime"
6262
style="width: 240px"
63-
value-format="yyyy-MM-dd HH:mm:ss"
6463
type="daterange"
65-
range-separator="-"
64+
value-format="YYYY-MM-DD HH:mm:ss"
6665
start-placeholder="开始日期"
6766
end-placeholder="结束日期"
68-
:default-time="['00:00:00', '23:59:59']"
6967
/>
7068
</el-form-item>
7169
<el-form-item>
72-
<el-button @click="handleQuery"><Icon icon="ep:search" class="mr-5px" /> 搜索</el-button>
70+
<el-button type="primary" @click="handleQuery"
71+
><Icon icon="ep:search" class="mr-5px" /> 搜索</el-button
72+
>
7373
<el-button @click="resetQuery"><Icon icon="ep:refresh" class="mr-5px" /> 重置</el-button>
7474
</el-form-item>
7575
</el-form>
7676
<!-- 操作工具栏 -->
77-
<el-row>
77+
<el-row class="mb-10px">
7878
<el-col :span="12">
7979
<el-row :gutter="10">
8080
<el-col :span="1.5">

0 commit comments

Comments
 (0)