营业收入-全成本分析页面修改
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<div class="title">
|
||||
{{ item.name }}·{{ item.unit }}
|
||||
</div>
|
||||
<div style='font-size: 16px;text-align: right;padding-right: 5px;'>
|
||||
<div style='font-size: 14px;text-align: right;padding-right: 5px;'>
|
||||
<span>完成率:<span style='color: #0B58FF;'>{{item.detailData.completeRate}}%</span></span>
|
||||
<span style='display: inline-block;margin-left: 10px;'>差值:<span :style="{color:item.detailData.flag>0?'#30B590':'#FF9423'}" >{{item.detailData.diff}}</span></span>
|
||||
</div>
|
||||
@@ -61,7 +61,7 @@ export default {
|
||||
computed: {
|
||||
indicatorDefs() {
|
||||
return [
|
||||
{ key: 'production', name: '产量', unit: '万㎡'},
|
||||
{ key: 'production', name: '产量', unit: '㎡'},
|
||||
{ key: 'financialCost', name: '销量', unit: '万㎡'},
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user