Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
36729f52
authored
Mar 22, 2023
by
puhui999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add: 短信日志vue2迁移到vue3,使用ts改写
parent
9e2c3476
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
src/views/system/sms/smsLog/index.vue
+2
-4
No files found.
src/views/system/sms/smsLog/index.vue
View file @
36729f52
...
@@ -50,12 +50,11 @@
...
@@ -50,12 +50,11 @@
<el-date-picker
<el-date-picker
v-model=
"queryParams.sendTime"
v-model=
"queryParams.sendTime"
style=
"width: 240px"
style=
"width: 240px"
value-format=
"
yyyy-MM-dd
HH:mm:ss"
value-format=
"
YYYY-MM-DD
HH:mm:ss"
type=
"daterange"
type=
"daterange"
range-separator=
"-"
range-separator=
"-"
start-placeholder=
"开始日期"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
end-placeholder=
"结束日期"
:default-time=
"['00:00:00', '23:59:59']"
/>
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"接收状态"
prop=
"receiveStatus"
>
<el-form-item
label=
"接收状态"
prop=
"receiveStatus"
>
...
@@ -72,12 +71,11 @@
...
@@ -72,12 +71,11 @@
<el-date-picker
<el-date-picker
v-model=
"queryParams.receiveTime"
v-model=
"queryParams.receiveTime"
style=
"width: 240px"
style=
"width: 240px"
value-format=
"
yyyy-MM-dd
HH:mm:ss"
value-format=
"
YYYY-MM-DD
HH:mm:ss"
type=
"daterange"
type=
"daterange"
range-separator=
"-"
range-separator=
"-"
start-placeholder=
"开始日期"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
end-placeholder=
"结束日期"
:default-time=
"['00:00:00', '23:59:59']"
/>
/>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment