Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
refined-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
refined-platform
Commits
5e078e7e
Commit
5e078e7e
authored
Dec 08, 2023
by
王晓旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查询日期修改
parent
26c1a7cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
refined-manager-ui/admin/src/views/care/records/list.vue
refined-manager-ui/admin/src/views/care/records/list.vue
+2
-2
refined-manager-ui/admin/src/views/system/menu/list.vue
refined-manager-ui/admin/src/views/system/menu/list.vue
+5
-1
No files found.
refined-manager-ui/admin/src/views/care/records/list.vue
View file @
5e078e7e
...
@@ -85,13 +85,13 @@
...
@@ -85,13 +85,13 @@
config
:
{
config
:
{
search
:
[
search
:
[
{
{
name
:
"
detect
TimeStart
"
,
name
:
"
monitor
TimeStart
"
,
type
:
"
datetime
"
,
type
:
"
datetime
"
,
label
:
"
开始时间
"
,
label
:
"
开始时间
"
,
},
},
{
{
name
:
"
detect
TimeEnd
"
,
name
:
"
monitor
TimeEnd
"
,
type
:
"
datetime
"
,
type
:
"
datetime
"
,
label
:
"
结束时间
"
,
label
:
"
结束时间
"
,
},
},
...
...
refined-manager-ui/admin/src/views/system/menu/list.vue
View file @
5e078e7e
...
@@ -120,6 +120,9 @@ export default {
...
@@ -120,6 +120,9 @@ export default {
statusChange
()
{
statusChange
()
{
this
.
$store
.
dispatch
(
"
login
"
);
this
.
$store
.
dispatch
(
"
login
"
);
},
},
handleSelectionChange
(
val
){
console
.
log
(
val
);
}
},
},
data
()
{
data
()
{
return
{
return
{
...
@@ -131,7 +134,8 @@ export default {
...
@@ -131,7 +134,8 @@ export default {
columns
:
[
columns
:
[
{
{
type
:
"
selection
"
,
type
:
"
selection
"
,
width
:
60
,
reserveSelection
:
true
,
width
:
60
},
},
{
{
prop
:
"
id
"
,
prop
:
"
id
"
,
...
...
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