Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dwsproject
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dws
dwsproject
Commits
9d819237
Commit
9d819237
authored
Jul 28, 2025
by
延飞 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OEE 时间使用率分析饼状图百分比显示优化
parent
5d8b76d7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
3 deletions
+17
-3
qdry_project/static/src/view/oee_analysis.html
+17
-3
No files found.
qdry_project/static/src/view/oee_analysis.html
View file @
9d819237
...
@@ -178,7 +178,7 @@
...
@@ -178,7 +178,7 @@
loading
:
false
,
loading
:
false
,
currentDate
:
moment
().
format
(
"YYYY/MM/DD"
),
currentDate
:
moment
().
format
(
"YYYY/MM/DD"
),
// dwsURL: "https://workstation.rokeris.com", // 基地址
// dwsURL: "https://workstation.rokeris.com", // 基地址
dwsURL
:
""
,
// 基地址
dwsURL
:
""
,
// 基地址
baseURL
:
"https://dws-platform.xbg.rokeris.com/dev-api"
,
// 基地址
baseURL
:
"https://dws-platform.xbg.rokeris.com/dev-api"
,
// 基地址
factory_code
:
""
,
// 工厂编码
factory_code
:
""
,
// 工厂编码
// 产线数据
// 产线数据
...
@@ -769,11 +769,18 @@
...
@@ -769,11 +769,18 @@
type
:
"pie"
,
type
:
"pie"
,
radius
:
[
"40%"
,
"70%"
],
radius
:
[
"40%"
,
"70%"
],
avoidLabelOverlap
:
true
,
avoidLabelOverlap
:
true
,
label
:
{
show
:
true
,
position
:
"outside"
,
formatter
:
"{b}({d}%)"
,
color
:
"#fff"
,
fontSize
:
12
,
},
emphasis
:
{
emphasis
:
{
label
:
{
label
:
{
show
:
true
,
show
:
true
,
position
:
"outside"
,
position
:
"outside"
,
formatter
:
"{
d}%
"
,
formatter
:
"{
b}({d}%)
"
,
color
:
"#fff"
,
color
:
"#fff"
,
fontSize
:
12
,
fontSize
:
12
,
},
},
...
@@ -965,11 +972,18 @@
...
@@ -965,11 +972,18 @@
type
:
"pie"
,
type
:
"pie"
,
avoidLabelOverlap
:
true
,
// 自动调整标签避免重叠
avoidLabelOverlap
:
true
,
// 自动调整标签避免重叠
radius
:
[
"40%"
,
"70%"
],
radius
:
[
"40%"
,
"70%"
],
label
:
{
show
:
true
,
position
:
"outside"
,
formatter
:
"{b}({d}%)"
,
color
:
"#fff"
,
fontSize
:
12
,
},
emphasis
:
{
emphasis
:
{
label
:
{
label
:
{
show
:
true
,
show
:
true
,
position
:
"outside"
,
position
:
"outside"
,
formatter
:
"{
d}%
"
,
formatter
:
"{
b}({d}%)
"
,
color
:
"#fff"
,
color
:
"#fff"
,
fontSize
:
12
,
fontSize
:
12
,
},
},
...
...
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