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
8a87025c
Commit
8a87025c
authored
Jun 04, 2020
by
kangzhenfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prosessCase
parent
87cd0148
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
17 deletions
+1
-17
index.vue
pages/produce/execute/ProcessCase/index.vue
+1
-14
execute.less
pages/produce/execute/execute.less
+0
-3
No files found.
pages/produce/execute/ProcessCase/index.vue
View file @
8a87025c
...
...
@@ -195,7 +195,6 @@ export default {
},
"查看"
),
//h('op', { attrs: { oprate: 'copy' }, on: { click: () => this.copy(params.row.id) } }, '克隆'),
h
(
"op"
,
{
...
...
@@ -218,14 +217,9 @@ export default {
]
};
},
created
()
{
// this.treeHeight = window.innerHeight - 120;
// this.laodparme();
},
created
()
{},
mounted
()
{
// console.log(this);
// debugger
// alert(23344)
// let where = { type: { op: "Equal", value: 1 } };
// this.$refs.grid.reload(where);
},
...
...
@@ -235,13 +229,6 @@ export default {
methods
:
{
laodparme
()
{
console
.
log
(
555
);
let
condition
=
{
pageIndex
:
1
,
pageSize
:
10
,
conditions
:
{
type
:
{
op
:
"Equal"
,
value
:
1
}
}
};
this
.
$refs
.
grid
.
reload
(
condition
);
},
changeCards
(
carData
)
{
...
...
pages/produce/execute/execute.less
View file @
8a87025c
...
...
@@ -262,9 +262,6 @@
}
span{
display: block;
}
.shi{
}
.number{
font-size: 32px;
...
...
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