运营驾驶舱对接

This commit is contained in:
2026-03-31 15:13:13 +08:00
parent 05fe91618c
commit 161d6a1bdf
44 changed files with 625 additions and 522 deletions

View File

@@ -60,16 +60,13 @@ export default {
data() {
return {
isDropdownShow: false,
selectedProfit: '利润总额', // 选中的名称初始为null
selectedProfit: '原片电费', // 选中的名称初始为null
profitOptions: [
'利润总额',
'销量',
'单价',
'制造成本',
'管理费用',
'销售费用',
'财务费用',
'非经营性利润',
'原片电费',
'加工电费',
'外围电费',
'发电量',
'日均发电量'
]
};
},