运营驾驶舱对接
This commit is contained in:
@@ -60,16 +60,13 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
isDropdownShow: false,
|
||||
selectedProfit: '利润总额', // 选中的名称,初始为null
|
||||
selectedProfit: '原片电费', // 选中的名称,初始为null
|
||||
profitOptions: [
|
||||
'利润总额',
|
||||
'销量',
|
||||
'单价',
|
||||
'制造成本',
|
||||
'管理费用',
|
||||
'销售费用',
|
||||
'财务费用',
|
||||
'非经营性利润',
|
||||
'原片电费',
|
||||
'加工电费',
|
||||
'外围电费',
|
||||
'发电量',
|
||||
'日均发电量'
|
||||
]
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user