Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
platform
hg-smart
Commits
d2eb1fbb
Commit
d2eb1fbb
authored
Nov 04, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产管理驾驶舱样式优化
parent
532b4097
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
right-manage-cockpit.vue
...webapp/HG/BI/components/hipi/002/right-manage-cockpit.vue
+8
-2
No files found.
src/main/webapp/HG/BI/components/hipi/002/right-manage-cockpit.vue
View file @
d2eb1fbb
...
...
@@ -28,7 +28,7 @@
<el-table
:data=
"getByProjCodewtWtList"
border
:height=
"660
"
height=
"68vh
"
id=
"tableId1"
:highlight-current-row=
"true"
style=
"width: 100%"
>
...
...
@@ -37,6 +37,7 @@
:prop=
"colVal.value"
:align=
"colVal.align"
:label=
"colVal.label"
:width=
"colVal.width"
>
<template
slot-scope=
"scope"
>
<span
class=
"project-title-font"
>
{{
scope
.
row
[
colVal
.
value
]
|
resetData
}}
</span>
...
...
@@ -70,27 +71,32 @@ module.exports = {
label
:
'项目名称'
,
align
:
'center'
,
value
:
'projName'
,
width
:
''
},
{
label
:
'计划完成时间'
,
align
:
'center'
,
value
:
'completeDate'
,
width
:
''
},
{
label
:
'计划产量'
,
align
:
'center'
,
value
:
'totalWeight'
,
width
:
'60'
},
{
label
:
'实际产量'
,
align
:
'center'
,
value
:
'finishWeight'
,
width
:
'60'
},
{
label
:
'进度'
,
align
:
'center'
,
value
:
'schedule'
,
},
width
:
'40'
}
]
};
},
...
...
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