Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
Details
Activity
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
TFMOM
TF-MOM-WEB
Commits
6015e0d4
Commit
6015e0d4
authored
Jul 22, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页站位完工统计和问题项管理默认架次改为1101
parent
72359681
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
rightCenterPaneBottom.vue
...nter/src/views/home/compontents/rightCenterPaneBottom.vue
+1
-1
rightCenterPaneTop.vue
...-center/src/views/home/compontents/rightCenterPaneTop.vue
+4
-4
stationPie.vue
...dee-task-center/src/views/home/compontents/stationPie.vue
+2
-2
No files found.
applications/dee-task-center/src/views/home/compontents/rightCenterPaneBottom.vue
View file @
6015e0d4
...
...
@@ -147,7 +147,7 @@ export default {
defCode
:
p
.
defCode
}
})
if
(
this
.
dataSorties
.
length
)
{
this
.
form
.
sorties
=
this
.
dataSorties
[
0
]
.
defCode
}
if
(
this
.
dataSorties
.
length
)
{
this
.
form
.
sorties
=
this
.
dataSorties
.
find
(
data
=>
data
.
defCode
===
'1101'
)
.
defCode
}
}
})
.
catch
((
err
)
=>
console
.
log
(
err
))
...
...
applications/dee-task-center/src/views/home/compontents/rightCenterPaneTop.vue
View file @
6015e0d4
...
...
@@ -152,7 +152,7 @@ export default {
defCode
:
p
.
defCode
}
})
if
(
this
.
dataSorties
.
length
)
{
this
.
form
.
sorties
=
this
.
dataSorties
[
0
]
.
defCode
}
if
(
this
.
dataSorties
.
length
)
{
this
.
form
.
sorties
=
this
.
dataSorties
.
find
(
data
=>
data
.
defCode
===
'1101'
)
.
defCode
}
}
})
.
catch
((
err
)
=>
console
.
log
(
err
))
...
...
@@ -173,7 +173,7 @@ export default {
}))
this
.
seriesData
=
[
{
name
:
'未开
始
'
,
name
:
'未开
工
'
,
type
:
'bar'
,
tooltip
:
{
valueFormatter
:
function
(
value
)
{
...
...
@@ -216,7 +216,7 @@ export default {
)
},
{
name
:
'已完
成
'
,
name
:
'已完
工
'
,
type
:
'bar'
,
itemStyle
:
{
normal
:
{
...
...
@@ -299,7 +299,7 @@ export default {
}
},
legend
:
{
data
:
[
'未开
始'
,
'执行中'
,
'已完成
'
,
'完工率'
],
data
:
[
'未开
工'
,
'执行中'
,
'已完工
'
,
'完工率'
],
bottom
:
14
},
xAxis
:
[
...
...
applications/dee-task-center/src/views/home/compontents/stationPie.vue
View file @
6015e0d4
...
...
@@ -26,7 +26,7 @@ export default {
this
.
datas
=
[
{
value
:
this
.
item
.
countUndone
,
name
:
'未开
始
'
// 未完成
name
:
'未开
工
'
// 未完成
},
{
value
:
this
.
item
.
countNotOk
,
...
...
@@ -34,7 +34,7 @@ export default {
},
{
value
:
this
.
item
.
countCarry
,
name
:
'已完
成'
// 已完成
name
:
'已完
工'
// 已完工
}
]
this
.
$nextTick
(()
=>
{
...
...
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