집계표 recoil 수정
This commit is contained in:
parent
d4aa611b65
commit
f56e9397c3
@ -30,9 +30,6 @@ export const moduleStatisticsState = atom({
|
|||||||
{ name: `발전량(kW)`, prop: 'amount' },
|
{ name: `발전량(kW)`, prop: 'amount' },
|
||||||
],
|
],
|
||||||
rows: [],
|
rows: [],
|
||||||
footer: [
|
footer: ['합계', 0],
|
||||||
{ name: '합계', prop: 'name' },
|
|
||||||
{ name: `발전량(kW)`, prop: 'amount' },
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user