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
6f8b6645
Commit
6f8b6645
authored
Nov 07, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MES-看板首页 执行中改成实施中
parent
61101a61
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
rightCenterPaneTop.vue
...-center/src/views/home/compontents/rightCenterPaneTop.vue
+2
-2
stationPie.vue
...dee-task-center/src/views/home/compontents/stationPie.vue
+1
-1
No files found.
applications/dee-task-center/src/views/home/compontents/rightCenterPaneTop.vue
View file @
6f8b6645
...
@@ -196,7 +196,7 @@ export default {
...
@@ -196,7 +196,7 @@ export default {
)
)
},
},
{
{
name
:
'
执行
中'
,
name
:
'
实施
中'
,
type
:
'bar'
,
type
:
'bar'
,
tooltip
:
{
tooltip
:
{
valueFormatter
:
function
(
value
)
{
valueFormatter
:
function
(
value
)
{
...
@@ -299,7 +299,7 @@ export default {
...
@@ -299,7 +299,7 @@ export default {
}
}
},
},
legend
:
{
legend
:
{
data
:
[
'未开工'
,
'
执行
中'
,
'已完工'
,
'完工率'
],
data
:
[
'未开工'
,
'
实施
中'
,
'已完工'
,
'完工率'
],
bottom
:
14
bottom
:
14
},
},
xAxis
:
[
xAxis
:
[
...
...
applications/dee-task-center/src/views/home/compontents/stationPie.vue
View file @
6f8b6645
...
@@ -34,7 +34,7 @@ export default {
...
@@ -34,7 +34,7 @@ export default {
},
},
{
{
value
:
this
.
item
.
countNotOk
,
value
:
this
.
item
.
countNotOk
,
name
:
'
执行中'
// 执行
中
name
:
'
实施中'
// 实施
中
}
}
]
]
this
.
$nextTick
(()
=>
{
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