Fix comment

This commit is contained in:
Michael
2025-07-28 18:34:29 +09:00
parent aec9353ab2
commit bbaf26af86
4 changed files with 6 additions and 14 deletions

View File

@ -92,11 +92,13 @@
background: map-deep-get($config, #{$theme}, "basic-button-background");
}
.search-button {
height: 40px;
color: map-deep-get($config, #{$theme}, "search-btn-color");
.searchFilter{
.search-button {
height: 40px;
color: map-deep-get($config, #{$theme}, "search-btn-color");
}
}
.v-dialog {
.ant-btn-icon-only {
color: map-deep-get(

View File

@ -745,7 +745,6 @@ export default {
if (this.$refs.gridParent != undefined) {
// gridHeight = gridHeight*0.9
gridHeight = this.$refs.gridParent.offsetHeight - 35;
// console.log("gridHeight : ", gridHeight);
}
const myOptions = {
// scrollX: false,
@ -959,7 +958,6 @@ export default {
title: "Energy Usage",
isDarkMode: this.isDarkMode,
});
console.log("charto:", chartOption);
chartOption["series"][0]["data"][0].value =
res[0]["effcRt"] != null ? res[0]["effcRt"] : 0;
this.$store.state.pageData[myPrgmId][this.chart_01] = chartOption;
@ -1166,7 +1164,6 @@ export default {
// series: seriesData,
// };
console.log("chart 5 data:", seriesData);
await this.$nextTick(() => {});
this.setChartOption({
chartKey: "compareEqpmTGdChart",
@ -1649,7 +1646,6 @@ export default {
}[state];
},
chartClickEvent(argData, $event) {
// console.log('chartClickEvent', argData);
let pageMapper = {
dashBoard_enrgUsageGauge: {
pageName: "ems-effc-EnrgUseTotSummPage",

View File

@ -996,6 +996,3 @@ const myDetail = [
},
];
</script>
<style lang="scss">
@import '@/assets/scss/common.scss';
</style>

View File

@ -198,7 +198,6 @@ export default {
async asyncData(context) {
const myState = context.store.state;
myPrgmId = context.route.query.prgmId;
console.log("menudata:", myState.menuData[myPrgmId]);
await context.store.commit("setActiveMenuInfo", myState.menuData[myPrgmId]);
myTitle = await myState.activeMenuInfo.menuNm;
},
@ -522,7 +521,6 @@ export default {
async btnActions(action) {
switch (action) {
case "add" /* */:
console.log('aa:',this.tagList);
// if(this.pageData.totalSelectedTags.split('/*wq2a/').length>5){
if (this.tagList.length >= 5) {
alert("TAG는 최대 5개까지 선택 가능합니다.");
@ -802,7 +800,6 @@ export default {
// data SeriesData 추가
chartDataDict[dataTagTitle]["seriesData"] = seriesData;
// data legend 추가
console.log("le dat:", legendData);
chartDataDict[dataTagTitle]["legendList"] = legendData;
//
//rawData chart data 구성하기