Browse Source

优化

master
陈裕财 3 years ago
parent
commit
9fc98791f3
  1. 2
      src/views/xm/rpt/iteration/questionDayTrend.vue
  2. 2
      src/views/xm/rpt/product/menuDayTrend.vue
  3. 2
      src/views/xm/rpt/product/questionAgeDist.vue
  4. 2
      src/views/xm/rpt/product/questionAttDist.vue
  5. 2
      src/views/xm/rpt/product/questionDayAccumulate.vue
  6. 2
      src/views/xm/rpt/product/questionDayTrend.vue
  7. 2
      src/views/xm/rpt/product/questionRetestDist.vue
  8. 2
      src/views/xm/rpt/product/questionSort.vue
  9. 2
      src/views/xm/rpt/project/projectWorkItemDayList.vue
  10. 2
      src/views/xm/rpt/project/projectWorkloadSetDayList.vue
  11. 2
      src/views/xm/rpt/project/projectWorkloadSetMonthList.vue
  12. 2
      src/views/xm/rpt/project/taskAttDist.vue
  13. 2
      src/views/xm/rpt/project/taskDayAccumulate.vue
  14. 2
      src/views/xm/rpt/project/taskDayTrend.vue
  15. 2
      src/views/xm/rpt/testPlan/testDayTimesCalc.vue

2
src/views/xm/rpt/iteration/questionDayTrend.vue

@ -11,7 +11,7 @@
</div>
</el-col>
<el-col :span="6" class="border">
<el-form :model="filters">
<el-form :model="filters" class="padding">
<el-form-item label="归属产品">
<xm-product-select v-if="!xmProductCpd || !xmProductCpd.id" ref="xmProductSelect" style="display:inline;" :auto-select="false" :link-project-id="xmProject?xmProject.id:null" @row-click="onProductSelected" :iterationId="xmIteration?xmIteration.id:null" @clear="onProductClear"></xm-product-select>

2
src/views/xm/rpt/product/menuDayTrend.vue

@ -11,7 +11,7 @@
</div>
</el-col>
<el-col :span="6" class="border">
<el-form :model="filters">
<el-form :model="filters" class="padding">
<el-form-item label="归属产品" >
<xm-product-select v-if="!xmProductCpd || !xmProductCpd.id" ref="xmProductSelect" style="display:inline;" :auto-select="false" :link-project-id="xmProject?xmProject.id:null" @row-click="onProductSelected" :iterationId="xmIteration?xmIteration.id:null" @clear="onProductClear"></xm-product-select>

2
src/views/xm/rpt/product/questionAgeDist.vue

@ -10,7 +10,7 @@
</div>
</el-col>
<el-col :span="6" class="border">
<el-form :model="filters">
<el-form :model="filters" class="padding">
<el-form-item label="归属产品" >
<xm-product-select v-if="!xmProductCpd || !xmProductCpd.id" ref="xmProductSelect" style="display:inline;" :auto-select="false" :link-project-id="xmProject?xmProject.id:null" @row-click="onProductSelected" :iterationId="xmIteration?xmIteration.id:null" @clear="onProductClear"></xm-product-select>

2
src/views/xm/rpt/product/questionAttDist.vue

@ -10,7 +10,7 @@
</div>
</el-col>
<el-col :span="6" class="border">
<el-form :model="filters">
<el-form :model="filters" class="padding">
<el-form-item label="分组属性">
<el-select v-model="groupBy" @change="onXmQuestionSomeFieldsChange('groupBy',$event)" clearable>
<el-option v-for="i in this.groupBys" :label="i.name" :key="i.id" :value="i.id"></el-option>

2
src/views/xm/rpt/product/questionDayAccumulate.vue

@ -9,7 +9,7 @@
</div>
</el-col>
<el-col :span="6" class="border">
<el-form :model="filters">
<el-form :model="filters" class="padding">
<el-form-item label="归属产品" >
<xm-product-select v-if="!xmProductCpd || !xmProductCpd.id" ref="xmProductSelect" style="display:inline;" :auto-select="false" :link-project-id="xmProject?xmProject.id:null" @row-click="onProductSelected" :iterationId="xmIteration?xmIteration.id:null" @clear="onProductClear"></xm-product-select>

2
src/views/xm/rpt/product/questionDayTrend.vue

@ -11,7 +11,7 @@
</div>
</el-col>
<el-col :span="6" class="border">
<el-form :model="filters">
<el-form :model="filters" class="padding">
<el-form-item label="归属产品" >
<xm-product-select v-if="!xmProductCpd || !xmProductCpd.id" ref="xmProductSelect" style="display:inline;" :auto-select="false" :link-project-id="xmProject?xmProject.id:null" @row-click="onProductSelected" :iterationId="xmIteration?xmIteration.id:null" @clear="onProductClear"></xm-product-select>

2
src/views/xm/rpt/product/questionRetestDist.vue

@ -10,7 +10,7 @@
</div>
</el-col>
<el-col :span="6" class="border">
<el-form :model="filters">
<el-form :model="filters" class="padding">
<el-form-item label="归属产品" >
<xm-product-select v-if="!xmProductCpd || !xmProductCpd.id" ref="xmProductSelect" style="display:inline;" :auto-select="false" :link-project-id="xmProject?xmProject.id:null" @row-click="onProductSelected" :iterationId="xmIteration?xmIteration.id:null" @clear="onProductClear"></xm-product-select>

2
src/views/xm/rpt/product/questionSort.vue

@ -10,7 +10,7 @@
</div>
</el-col>
<el-col :span="6" class="border">
<el-form :model="filters">
<el-form :model="filters" class="padding">
<el-form-item label="分组属性">
<el-select v-model="groupBy" @change="onXmQuestionSomeFieldsChange('groupBy',$event)" clearable>
<el-option v-for="i in this.groupBys" :label="i.name" :key="i.id" :value="i.id"></el-option>

2
src/views/xm/rpt/project/projectWorkItemDayList.vue

@ -9,7 +9,7 @@
</div>
</el-col>
<el-col :span="6" class="border">
<el-form :model="filters">
<el-form :model="filters" class="padding">
<el-form-item label="归属项目" v-if="!xmProject">
<xm-project-select ref="xmProjectSelect" style="display:inline;" :auto-select="false" :link-project-id="xmProject?xmProject.id:null" @row-click="onProjectSelected" @clear="onProjectClear"></xm-project-select>
</el-form-item>

2
src/views/xm/rpt/project/projectWorkloadSetDayList.vue

@ -9,7 +9,7 @@
</div>
</el-col>
<el-col :span="6" class="border">
<el-form :model="filters">
<el-form :model="filters" class="padding">
<el-form-item label="归属项目" v-if="!xmProject">
<xm-project-select v-if="!xmProject" ref="xmProjectSelect" style="display:inline;" :auto-select="false" :link-project-id="xmProject?xmProject.id:null" @row-click="onProjectSelected" @clear="onProjectClear"></xm-project-select>
</el-form-item>

2
src/views/xm/rpt/project/projectWorkloadSetMonthList.vue

@ -9,7 +9,7 @@
</div>
</el-col>
<el-col :span="6" class="border">
<el-form :model="filters">
<el-form :model="filters" class="padding">
<el-form-item label="归属项目" v-if="!xmProject">
<xm-project-select v-if="!xmProject" ref="xmProjectSelect" style="display:inline;" :auto-select="false" :link-project-id="xmProject?xmProject.id:null" @row-click="onProjectSelected" @clear="onProjectClear"></xm-project-select>
</el-form-item>

2
src/views/xm/rpt/project/taskAttDist.vue

@ -10,7 +10,7 @@
</div>
</el-col>
<el-col :span="6" class="border">
<el-form :model="filters">
<el-form :model="filters" class="padding">
<el-form-item label="分组属性">
<el-select v-model="groupBy" @change="onXmTaskSomeFieldsChange('groupBy',$event)" clearable>
<el-option v-for="i in this.groupBys" :label="i.name" :key="i.id" :value="i.id"></el-option>

2
src/views/xm/rpt/project/taskDayAccumulate.vue

@ -9,7 +9,7 @@
</div>
</el-col>
<el-col :span="6" class="border">
<el-form :model="filters">
<el-form :model="filters" class="padding">
<el-form-item label="归属项目" v-if="!xmProject">
<xm-project-select v-if="!xmProject" ref="xmProjectSelect" style="display:inline;" :auto-select="false" :link-project-id="xmProject?xmProject.id:null" @row-click="onProjectSelected" @clear="onProjectClear"></xm-project-select>
</el-form-item>

2
src/views/xm/rpt/project/taskDayTrend.vue

@ -11,7 +11,7 @@
</div>
</el-col>
<el-col :span="6" class="border">
<el-form :model="filters">
<el-form :model="filters" class="padding">
<el-form-item label="归属项目" v-if="!xmProject" >
<xm-project-select v-if="!xmProject" ref="xmProjectSelect" style="display:inline;" :auto-select="false" :link-project-id="xmProject?xmProject.id:null" @row-click="onProjectSelected" @clear="onProjectClear"></xm-project-select>
</el-form-item>

2
src/views/xm/rpt/testPlan/testDayTimesCalc.vue

@ -11,7 +11,7 @@
</div>
</el-col>
<el-col :span="6" class="border">
<el-form :model="filters">
<el-form :model="filters" class="padding">
<el-form-item label="归属产品" >
<xm-product-select v-if="!xmProductCpd || !xmProductCpd.id" ref="xmProductSelect" style="display:inline;" :auto-select="false" :link-project-id="xmProject?xmProject.id:null" @row-click="onProductSelected" :iterationId="xmIteration?xmIteration.id:null" @clear="onProductClear"></xm-product-select>

Loading…
Cancel
Save