@@ -131,6 +131,17 @@
</el-form-item>
</el-col>
</el-row>
+ <el-row :gutter="20">
+ <el-col :xs="24" :md="12" v-if="details.idleFee">
+ <el-form-item
+ label="Idle Fee:">
+ <el-input
+ class="add-text"
+ v-model="details.idleFee"
+ readonly/>
+ </el-form-item>
+ </el-col>
+ </el-row>
<div class="flexcr" style="margin: 10px 0;">
<div class="section-title" style="margin: 20px 0;">Intermediate Meter Values</div>
<el-button