Commit d2eb1fbb by zhangzhen

生产管理驾驶舱样式优化

parent 532b4097
......@@ -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'
}
]
};
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment