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
9eb4ec4e
Commit
9eb4ec4e
authored
Mar 31, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scroll
parent
d1257bd2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
index.vue
.../processDesign/ChangeSingle/processchangesingle/index.vue
+2
-2
index.vue
...rocessDesign/ChangeSingle/technicalcoordination/index.vue
+2
-2
index.vue
pages/processDesign/ChangeSingle/unqualifiedorder/index.vue
+2
-2
index.vue
pages/processDesign/ProcessRecord/index.vue
+3
-3
No files found.
pages/processDesign/ChangeSingle/processchangesingle/index.vue
View file @
9eb4ec4e
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
:data=
"data2"
:data=
"data2"
highlight-row
highlight-row
highlight-current-row
highlight-current-row
:height=
"t
his.t
bHeight"
:height=
"tbHeight"
border
border
class=
"tableCommon"
class=
"tableCommon"
></Table>
></Table>
...
@@ -335,7 +335,7 @@ export default {
...
@@ -335,7 +335,7 @@ export default {
},
},
created
(){
created
(){
this
.
loadchangelist
();
this
.
loadchangelist
();
this
.
tbHeight
=
window
.
innerHeight
-
175
this
.
tbHeight
=
window
.
innerHeight
-
300
},
},
methods
:{
methods
:{
// 分页
// 分页
...
...
pages/processDesign/ChangeSingle/technicalcoordination/index.vue
View file @
9eb4ec4e
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
:data=
"data2"
:data=
"data2"
highlight-row
highlight-row
highlight-current-row
highlight-current-row
:height=
"t
his.t
bHeight"
:height=
"tbHeight"
border
border
class=
"tableCommon"
class=
"tableCommon"
></Table>
></Table>
...
@@ -413,7 +413,7 @@ export default {
...
@@ -413,7 +413,7 @@ export default {
};
};
},
},
created
()
{
created
()
{
this
.
tbHeight
=
window
.
innerHeight
-
175
;
this
.
tbHeight
=
window
.
innerHeight
-
300
;
},
},
methods
:
{
methods
:
{
// 分页
// 分页
...
...
pages/processDesign/ChangeSingle/unqualifiedorder/index.vue
View file @
9eb4ec4e
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
:data=
"data2"
:data=
"data2"
highlight-row
highlight-row
highlight-current-row
highlight-current-row
:height=
"t
his.t
bHeight"
:height=
"tbHeight"
class=
"tableCommon"
class=
"tableCommon"
>
>
<!--
<template
slot-scope=
"
{ row,index }" slot="status"> @on-selection-change="selectFunction"
<!--
<template
slot-scope=
"
{ row,index }" slot="status"> @on-selection-change="selectFunction"
...
@@ -399,7 +399,7 @@ export default {
...
@@ -399,7 +399,7 @@ export default {
};
};
},
},
created
()
{
created
()
{
this
.
tbHeight
=
window
.
innerHeight
-
30
5
;
this
.
tbHeight
=
window
.
innerHeight
-
30
0
;
},
},
async
fetch
({
store
,
params
})
{
async
fetch
({
store
,
params
})
{
await
store
.
dispatch
(
"loadDictionary"
);
// 加载数据字典
await
store
.
dispatch
(
"loadDictionary"
);
// 加载数据字典
...
...
pages/processDesign/ProcessRecord/index.vue
View file @
9eb4ec4e
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"zh-box"
>
<div
class=
"zh-box"
>
<Input
search
placeholder=
"请输入查询条件"
clearable
v-model=
"treeInputSearch"
/>
<Input
search
placeholder=
"请输入查询条件"
clearable
v-model=
"treeInputSearch"
/>
<Tree
:data=
"searchList"
@
on-select-change=
"selectTreeNode"
<Tree
:data=
"searchList"
@
on-select-change=
"selectTreeNode"
:style=
"
{height:(treeHeight-
9
5)+'px'}"
:style=
"
{height:(treeHeight-
11
5)+'px'}"
style="overflow:auto;width:215px;"
style="overflow:auto;width:215px;"
>
</Tree>
>
</Tree>
</div>
</div>
...
@@ -240,8 +240,8 @@ export default {
...
@@ -240,8 +240,8 @@ export default {
created
()
{
created
()
{
this
.
laodaction
()
this
.
laodaction
()
this
.
laodactiontype
()
this
.
laodactiontype
()
this
.
tbHeight
=
window
.
innerHeight
-
185
this
.
tbHeight
=
window
.
innerHeight
-
220
this
.
treeHeight
=
window
.
innerHeight
-
1
0
0
this
.
treeHeight
=
window
.
innerHeight
-
1
5
0
},
},
methods
:
{
methods
:
{
...
...
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