File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/views/system/sms/smsTemplate Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 60
60
<el-date-picker
61
61
v-model =" queryParams.createTime"
62
62
style =" width : 240px "
63
- value-format =" yyyy-MM-dd HH:mm:ss"
64
63
type =" daterange"
65
- range-separator = " - "
64
+ value-format = " YYYY-MM-DD HH:mm:ss "
66
65
start-placeholder =" 开始日期"
67
66
end-placeholder =" 结束日期"
68
- :default-time =" ['00:00:00', '23:59:59']"
69
67
/>
70
68
</el-form-item >
71
69
<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
+ >
73
73
<el-button @click =" resetQuery" ><Icon icon =" ep:refresh" class =" mr-5px" /> 重置</el-button >
74
74
</el-form-item >
75
75
</el-form >
76
76
<!-- 操作工具栏 -->
77
- <el-row >
77
+ <el-row class = " mb-10px " >
78
78
<el-col :span =" 12" >
79
79
<el-row :gutter =" 10" >
80
80
<el-col :span =" 1.5" >
You can’t perform that action at this time.
0 commit comments