zhaoyun 5 сар өмнө
parent
commit
72eb2ca84f

+ 1 - 1
src/views/distributionnetwork/maintenance/process/index.vue

@@ -89,7 +89,7 @@
          <el-table-column label="供电服务站/所" align="center" prop="station" width="120" :show-overflow-tooltip="true"/>
          <el-table-column label="线路编号" align="center" prop="lineCode"  width="120"/>
          <el-table-column label="线路名称" align="center" prop="lineName" width="150" :show-overflow-tooltip="true"/>
-       <el-table-column label="实际时户数" width="130" align="center" prop="hourNum" />
+       <el-table-column label="实际时户数" width="" align="center" prop="hourNum" />
        <el-table-column label="是否超目标" width="130"align="center">
      	  <template slot-scope="scope" >
      	  		<el-tag type="danger" effect="dark" v-if="scope.row.hourNum>0 && scope.row.hourNum>scope.row.perHourHouseholdsW">超目标</el-tag>