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
ffca394d
Commit
ffca394d
authored
Apr 01, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据
parent
b393a7a1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
index.vue
pages/aps/dispatch/index.vue
+1
-1
taskList.vue
pages/produce/taskList.vue
+5
-6
No files found.
pages/aps/dispatch/index.vue
View file @
ffca394d
...
...
@@ -17,7 +17,7 @@
</p>
<div
class=
"dispatch_part_body"
:style=
"
{height:byheight}">
<!--
{{
ids
}}
-->
<Row
:gutter=
"15"
class=
"card_body
"
>
<Row
:gutter=
"15"
class=
"card_body
01"
>
<Col
span=
"8"
class=
"dispatch_card"
v-for=
"(item,index) in listTask"
:key=
"index"
>
<Card>
<p
slot=
"title"
class=
"card_top"
>
...
...
pages/produce/taskList.vue
View file @
ffca394d
...
...
@@ -268,13 +268,12 @@ export default {
content
=
"开工"
}
else
if
(
params
.
row
.
status
==
13
||
params
.
row
.
status
==
14
)
{
content
=
"查看"
content
=
"查看"
}
else
if
(
params
.
row
.
status
==
6
)
{
content
=
"继续"
content
=
"继续"
}
else
{
content
=
"查看"
;
content
=
"查看"
;
}
return
h
(
'div'
,
{
class
:
'action'
},[
...
...
@@ -310,8 +309,8 @@ content="查看";
"skipCount"
:
0
,
"maxResultCount"
:
10
}).
then
(
res
=>
{
this
.
mDatas
=
res
.
data
.
result
.
items
this
.
search
.
total
=
res
.
data
.
result
.
totalCount
this
.
mDatas
=
res
.
result
.
items
this
.
search
.
total
=
res
.
result
.
totalCount
});
},
// 分页
...
...
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