Browse Source

多版本比较修改问题

wangxy
wangxy 2 years ago
parent
commit
97c4dbdf29
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      src/views/plan/workbench/homePage/beta/predict/index.vue
  2. +1
    -1
      src/views/plan/workbench/homePage/formal/analysis/commonLineChart.vue
  3. +1
    -1
      src/views/plan/workbench/lookError/index.vue
  4. +1
    -1
      src/views/plan/workbench/predictVersion/index.vue

+ 1
- 1
src/views/plan/workbench/homePage/beta/predict/index.vue View File

@ -25,7 +25,7 @@
>
<el-table-column type="selection" width="55" align="center" />
<el-table-column
v-for="(item,index) in headers"
v-for="(item) in headers"
:key="item"
:width="getRowWidth(item)"
:label="getColumnName(item)"


+ 1
- 1
src/views/plan/workbench/homePage/formal/analysis/commonLineChart.vue View File

@ -40,7 +40,7 @@ export default {
this.xDataArray = []
this.seriesArray = []
if (newValue.length > 0) {
this.xDataArray = newValue[0].SortKeys
this.xDataArray = newValue[0].SortKeys || []
this.maxValue = newValue[0].PeriodOnPeriodUpperLimit
this.minValue = newValue[0].PeriodOverPeriodLowerLimit
}


+ 1
- 1
src/views/plan/workbench/lookError/index.vue View File

@ -41,7 +41,7 @@
@header-dragend="(newWidth, oldWidth, column)=>saveRowWidth(column, newWidth)"
:height="tableHeight">
<el-table-column
v-for="(item,index) in headers"
v-for="(item) in headers"
:key="item"
:width="getRowWidth(item)"
:label="getColumnName(item)"


+ 1
- 1
src/views/plan/workbench/predictVersion/index.vue View File

@ -41,7 +41,7 @@
@header-dragend="(newWidth, oldWidth, column)=>saveRowWidth(column, newWidth)"
:height="tableHeight">
<el-table-column
v-for="(item,index) in headers"
v-for="(item) in headers"
:key="item"
:width="getRowWidth(item)"
:label="getColumnName(item)"


Loading…
Cancel
Save