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
dbffc7ee
Commit
dbffc7ee
authored
Jun 03, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
orderlist
parent
d4140284
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
files.vue
components/page/files.vue
+0
-1
orderlist.vue
pages/produce/orderlist.vue
+0
-9
No files found.
components/page/files.vue
View file @
dbffc7ee
...
...
@@ -82,7 +82,6 @@ export default {
per
:
0
,
vshowPro
:
false
,
Photo
:
true
,
showList
:
true
,
isactive
:
0
};
},
...
...
pages/produce/orderlist.vue
View file @
dbffc7ee
<
template
>
<div
class=
"aps-r"
>
<!--
<Button
@
click=
"toExecute"
>
工单执行
</Button>
-->
<DataGrid
:columns=
"columns"
ref=
"grid"
...
...
@@ -12,7 +11,6 @@
:lazy=
"true"
:conditions=
"easySearch"
:action=
"action"
:set=
"set"
:gutter=
"40"
>
<template
slot=
"easySearch"
>
...
...
@@ -192,7 +190,6 @@ export default {
}
}
],
set
:
false
,
typeInfo
:
"card"
,
iconInfo
:
"md-apps"
,
titleInfo
:
"卡片模式"
,
...
...
@@ -202,10 +199,6 @@ export default {
created
()
{
let
oldStr
=
localStorage
.
getItem
(
"admin"
);
let
userlist
=
this
.
$store
.
getters
.
getUser
(
2
);
// console.info(userlist)
// console.warn(localStorage)
// console.warn("02",sessionStorage)
// console.log("user",oldStr)
},
async
fetch
({
store
,
params
})
{
await
store
.
dispatch
(
"loadDictionary"
);
// 加载数据字典
...
...
@@ -240,12 +233,10 @@ export default {
changeShwo
()
{
//显示模式切换
if
(
this
.
typeInfo
==
"card"
)
{
this
.
set
=
true
;
this
.
typeInfo
=
"table"
;
this
.
iconInfo
=
"md-list"
;
this
.
titleInfo
=
"列表模式"
;
}
else
{
this
.
set
=
false
;
this
.
typeInfo
=
"card"
;
this
.
iconInfo
=
"md-apps"
;
this
.
titleInfo
=
"卡片模式"
;
...
...
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