Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周远喜
mes-ui
Commits
894f7bdc
Commit
894f7bdc
authored
May 25, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
orderlist
parent
31a0ab97
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
orderlist.vue
pages/produce/orderlist.vue
+6
-3
No files found.
pages/produce/orderlist.vue
View file @
894f7bdc
...
@@ -12,8 +12,8 @@
...
@@ -12,8 +12,8 @@
:lazy=
"true"
:lazy=
"true"
:conditions=
"easySearch"
:conditions=
"easySearch"
:action=
"action"
:action=
"action"
:set=
"
false
"
:set=
"
set
"
:gutter=
"
3
0"
:gutter=
"
8
0"
>
>
<template
slot=
"easySearch"
>
<template
slot=
"easySearch"
>
<Form
ref=
"formInline"
:model=
"easySearch"
inline
>
<Form
ref=
"formInline"
:model=
"easySearch"
inline
>
...
@@ -184,6 +184,7 @@ export default {
...
@@ -184,6 +184,7 @@ export default {
}
}
}
}
],
],
set
:
false
,
typeInfo
:
"card"
,
typeInfo
:
"card"
,
iconInfo
:
"md-apps"
,
iconInfo
:
"md-apps"
,
titleInfo
:
"卡片模式"
,
titleInfo
:
"卡片模式"
,
...
@@ -221,13 +222,15 @@ export default {
...
@@ -221,13 +222,15 @@ export default {
changeShwo
()
{
changeShwo
()
{
//显示模式切换
//显示模式切换
if
(
this
.
typeInfo
==
"card"
)
{
if
(
this
.
typeInfo
==
"card"
)
{
this
.
set
=
true
;
this
.
typeInfo
=
"table"
;
this
.
typeInfo
=
"table"
;
this
.
iconInfo
=
"md-list"
;
this
.
iconInfo
=
"md-list"
;
this
.
titleInfo
=
"列表模式"
;
this
.
titleInfo
=
"列表模式"
;
}
else
{
}
else
{
this
.
set
=
false
;
this
.
typeInfo
=
"card"
;
this
.
typeInfo
=
"card"
;
this
.
iconInfo
=
"md-apps"
;
this
.
iconInfo
=
"md-apps"
;
this
.
titleInfo
=
"
列表
模式"
;
this
.
titleInfo
=
"
卡片
模式"
;
}
}
},
},
compareTime
(
dateStart
)
{
compareTime
(
dateStart
)
{
...
...
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