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
4d03e461
authored
Mar 18, 2023
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Vue3 重构:邮件模版的列表
parent
90cd8297
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
7 deletions
+6
-7
src/views/infra/config/index.vue
+0
-1
src/views/infra/file/index.vue
+0
-1
src/views/infra/fileConfig/index.vue
+0
-1
src/views/system/mail/template/template.data.ts
+5
-2
src/views/system/sms/smsChannel/index.vue
+1
-2
No files found.
src/views/infra/config/index.vue
View file @
4d03e461
...
...
@@ -33,7 +33,6 @@
v-model=
"queryParams.createTime"
value-format=
"YYYY-MM-DD HH:mm:ss"
type=
"daterange"
range-separator=
"-"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
:default-time=
"[new Date('1 00:00:00'), new Date('1 23:59:59')]"
...
...
src/views/infra/file/index.vue
View file @
4d03e461
...
...
@@ -23,7 +23,6 @@
v-model=
"queryParams.createTime"
value-format=
"YYYY-MM-DD HH:mm:ss"
type=
"daterange"
range-separator=
"-"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
:default-time=
"[new Date('1 00:00:00'), new Date('1 23:59:59')]"
...
...
src/views/infra/fileConfig/index.vue
View file @
4d03e461
...
...
@@ -25,7 +25,6 @@
v-model=
"queryParams.createTime"
value-format=
"YYYY-MM-DD HH:mm:ss"
type=
"daterange"
range-separator=
"-"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
:default-time=
"[new Date('1 00:00:00'), new Date('1 23:59:59')]"
...
...
src/views/system/mail/template/template.data.ts
View file @
4d03e461
...
...
@@ -97,8 +97,11 @@ const crudSchemas = reactive<CrudSchema[]>([
formatter
:
dateFormatter
,
search
:
{
show
:
true
,
itemRender
:
{
name
:
'XDataTimePicker'
component
:
'DatePicker'
,
componentProps
:
{
valueFormat
:
'YYYY-MM-DD HH:mm:ss'
,
type
:
'daterange'
,
defaultTime
:
[
new
Date
(
'1 00:00:00'
),
new
Date
(
'1 23:59:59'
)]
}
}
}
...
...
src/views/system/sms/smsChannel/index.vue
View file @
4d03e461
...
...
@@ -22,9 +22,8 @@
<el-form-item
label=
"创建时间"
prop=
"createTime"
>
<el-date-picker
v-model=
"queryParams.createTime"
value-format=
"
yyyy-MM-dd
HH:mm:ss"
value-format=
"
YYYY-MM-DD
HH:mm:ss"
type=
"daterange"
range-separator=
"-"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
:default-time=
"[new Date('1 00:00:00'), new Date('1 23:59:59')]"
...
...
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