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
2cf90c7e
Commit
2cf90c7e
authored
Mar 30, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
表格高度优化
parent
6192f9b5
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
18 additions
and
18 deletions
+18
-18
index.vue
pages/aps/dispatch/index.vue
+2
-2
index.vue
pages/basicData/calendar/class/index.vue
+2
-2
index.vue
pages/basicData/calendar/holiday/index.vue
+2
-2
index.vue
pages/basicData/calendar/overtime/index.vue
+2
-2
index.vue
pages/basicData/calendar/work/index.vue
+2
-2
ordermaterial.vue
pages/produce/ordermaterial.vue
+2
-2
orderscheduling.vue
pages/produce/orderscheduling.vue
+2
-2
scheduling.vue
pages/produce/scheduling.vue
+2
-2
taskList.vue
pages/produce/taskList.vue
+2
-2
No files found.
pages/aps/dispatch/index.vue
View file @
2cf90c7e
...
...
@@ -283,10 +283,10 @@ export default {
},
created
()
{
this
.
getUserInfoFn
()
this
.
byheight
=
window
.
innerHeight
-
2
30
+
'px'
this
.
byheight
=
window
.
innerHeight
-
2
08
+
'px'
},
mounted
()
{
this
.
byheight
=
window
.
innerHeight
-
150
+
'px'
this
.
byheight
=
window
.
innerHeight
-
208
+
'px'
},
async
fetch
({
store
,
params
})
{
await
store
.
dispatch
(
'loadDictionary'
)
// 加载数据字典
...
...
pages/basicData/calendar/class/index.vue
View file @
2cf90c7e
...
...
@@ -172,13 +172,13 @@ export default {
}
},
created
(){
this
.
tableHeight
=
window
.
innerHeight
-
17
0
this
.
tableHeight
=
window
.
innerHeight
-
22
0
},
mounted
()
{
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
return
(()
=>
{
window
.
screenHeight
=
window
.
innerHeight
this
.
tableHeight
=
window
.
screenHeight
-
15
0
this
.
tableHeight
=
window
.
screenHeight
-
22
0
})()
}
},
...
...
pages/basicData/calendar/holiday/index.vue
View file @
2cf90c7e
...
...
@@ -171,14 +171,14 @@ export default {
}
},
created
(){
this
.
tableHeight
=
window
.
innerHeight
-
17
0
this
.
tableHeight
=
window
.
innerHeight
-
22
0
},
mounted
()
{
// console.log(this)
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
return
(()
=>
{
window
.
screenHeight
=
window
.
innerHeight
this
.
tableHeight
=
window
.
screenHeight
-
15
0
this
.
tableHeight
=
window
.
screenHeight
-
22
0
})()
}
},
...
...
pages/basicData/calendar/overtime/index.vue
View file @
2cf90c7e
...
...
@@ -196,14 +196,14 @@ export default {
},
created
()
{
this
.
getWeekTypeListFn
()
this
.
tableHeight
=
window
.
innerHeight
-
17
0
this
.
tableHeight
=
window
.
innerHeight
-
22
0
},
mounted
()
{
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
return
(()
=>
{
window
.
screenHeight
=
window
.
innerHeight
this
.
tableHeight
=
window
.
screenHeight
-
15
0
this
.
tableHeight
=
window
.
screenHeight
-
22
0
})()
}
},
...
...
pages/basicData/calendar/work/index.vue
View file @
2cf90c7e
...
...
@@ -184,13 +184,13 @@ export default {
}
},
created
(){
this
.
tableHeight
=
window
.
innerHeight
-
17
0
this
.
tableHeight
=
window
.
innerHeight
-
22
0
},
mounted
()
{
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
return
(()
=>
{
window
.
screenHeight
=
window
.
innerHeight
this
.
tableHeight
=
window
.
screenHeight
-
15
0
this
.
tableHeight
=
window
.
screenHeight
-
22
0
})()
}
},
...
...
pages/produce/ordermaterial.vue
View file @
2cf90c7e
...
...
@@ -259,7 +259,7 @@ export default {
},
created
()
{
this
.
laoedPage
()
this
.
tbHeight
=
window
.
innerHeight
-
2
1
0
this
.
tbHeight
=
window
.
innerHeight
-
2
5
0
},
async
fetch
({
store
,
params
})
{
await
store
.
dispatch
(
'loadDictionary'
)
// 加载数据字典
...
...
@@ -428,7 +428,7 @@ this.laoedPage()
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
return
(()
=>
{
this
.
tbHeight
=
window
.
innerHeight
-
2
1
0
this
.
tbHeight
=
window
.
innerHeight
-
2
5
0
})()
}
}
...
...
pages/produce/orderscheduling.vue
View file @
2cf90c7e
...
...
@@ -261,7 +261,7 @@ export default {
},
created
()
{
this
.
laoed
()
this
.
tbHeight
=
window
.
innerHeight
-
2
1
0
this
.
tbHeight
=
window
.
innerHeight
-
2
5
0
},
async
fetch
({
store
,
params
})
{
await
store
.
dispatch
(
'loadDictionary'
)
// 加载数据字典
...
...
@@ -438,7 +438,7 @@ export default {
///浏览器窗口大小变化
return
(()
=>
{
// window.screenHeight = window.innerHeight
this
.
tbHeight
=
window
.
innerHeight
-
2
1
0
this
.
tbHeight
=
window
.
innerHeight
-
2
5
0
})()
}
}
...
...
pages/produce/scheduling.vue
View file @
2cf90c7e
...
...
@@ -20,7 +20,7 @@ export default {
}
},
created
()
{
this
.
tabHeight
=
window
.
innerHeight
-
1
50
this
.
tabHeight
=
window
.
innerHeight
-
2
50
},
async
fetch
({
store
,
params
})
{
await
store
.
dispatch
(
'loadDictionary'
)
// 加载数据字典
...
...
@@ -30,7 +30,7 @@ export default {
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
return
(()
=>
{
this
.
tabHeight
=
window
.
innerHeight
-
1
50
this
.
tabHeight
=
window
.
innerHeight
-
2
50
})()
}
},
...
...
pages/produce/taskList.vue
View file @
2cf90c7e
...
...
@@ -296,7 +296,7 @@ content="查看";
},
created
(){
this
.
laode
();
this
.
tbHeight
=
window
.
innerHeight
-
1
6
0
this
.
tbHeight
=
window
.
innerHeight
-
1
9
0
},
async
fetch
({
store
,
params
})
{
await
store
.
dispatch
(
'loadDictionary'
)
// 加载数据字典
...
...
@@ -406,7 +406,7 @@ content="查看";
///浏览器窗口大小变化
return
(()
=>
{
window
.
screenHeight
=
window
.
innerHeight
this
.
tbHeight
=
window
.
screenHeight
-
1
6
0
this
.
tbHeight
=
window
.
screenHeight
-
1
9
0
})()
}
},
...
...
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