Browse Source

优化

master
陈裕财 3 years ago
parent
commit
a423b44d07
  1. 2
      src/views/xm/rpt/iteration/IterationWorkItemDayList.vue
  2. 2
      src/views/xm/rpt/iteration/menuDayAccumulate.vue
  3. 2
      src/views/xm/rpt/iteration/menuDayTrend.vue
  4. 2
      src/views/xm/rpt/iteration/questionDayAccumulate.vue
  5. 2
      src/views/xm/rpt/iteration/questionDayTrend.vue
  6. 4
      src/views/xm/rpt/reportIndex.vue
  7. 5
      src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue
  8. 4
      src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue
  9. 5
      src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue

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

@ -2,7 +2,7 @@
<section> <section>
<el-dialog fullscreen :title="dialogTitle" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible"> <el-dialog fullscreen :title="dialogTitle" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5">
<el-row :gutter="5" v-if="visible">
<el-col :span="18"> <el-col :span="18">
<div> <div>
<div class="main" id="iterationWorkItemDayList" style="width:100%;height:600px;margin:0 auto;"></div> <div class="main" id="iterationWorkItemDayList" style="width:100%;height:600px;margin:0 auto;"></div>

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

@ -2,7 +2,7 @@
<section> <section>
<el-dialog fullscreen :title="dialogTitle" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible"> <el-dialog fullscreen :title="dialogTitle" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5">
<el-row :gutter="5" v-if="visible">
<el-col :span="18"> <div> <el-col :span="18"> <div>
<div class="main" id="iterationMenuDayAccumulate" <div class="main" id="iterationMenuDayAccumulate"
style="width:100%;height:600px;margin:0 auto;"></div> style="width:100%;height:600px;margin:0 auto;"></div>

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

@ -2,7 +2,7 @@
<section> <section>
<el-dialog fullscreen :title="dialogTitle" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible"> <el-dialog fullscreen :title="dialogTitle" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5">
<el-row :gutter="5" v-if="visible">
<el-col :span="18"> <el-col :span="18">
<div> <div>
<div class="main" id="iterationMenuDayTrend" <div class="main" id="iterationMenuDayTrend"

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

@ -2,7 +2,7 @@
<section> <section>
<el-dialog fullscreen :title="dialogTitle" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible"> <el-dialog fullscreen :title="dialogTitle" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5">
<el-row :gutter="5" v-if="visible">
<el-col :span="18"> <div> <el-col :span="18"> <div>
<div class="main" id="iterationQuestionDayAccumulate" <div class="main" id="iterationQuestionDayAccumulate"
style="width:100%;height:600px;margin:0 auto;"></div> style="width:100%;height:600px;margin:0 auto;"></div>

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

@ -2,7 +2,7 @@
<section> <section>
<el-dialog fullscreen :title="dialogTitle" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible"> <el-dialog fullscreen :title="dialogTitle" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5">
<el-row :gutter="5" v-if="visible">
<el-col :span="18"> <el-col :span="18">
<div> <div>
<div class="main" id="iterationQuestionDayTrend" <div class="main" id="iterationQuestionDayTrend"

4
src/views/xm/rpt/reportIndex.vue

@ -1,11 +1,11 @@
<template> <template>
<section class="padding"> <section class="padding">
<el-row class="page-main ">
<el-row>
<el-select v-model="filters.category" clearable> <el-select v-model="filters.category" clearable>
<el-option v-for="(item,index) in categorys" :label="item" :value="item" :key="index"></el-option> <el-option v-for="(item,index) in categorys" :label="item" :value="item" :key="index"></el-option>
</el-select> </el-select>
</el-row> </el-row>
<el-row class="padding">
<el-row>
<el-row :style="{overflowX:'hidden',height:maxTableHeight+'px'}" ref="table" :gutter="5"> <el-row :style="{overflowX:'hidden',height:maxTableHeight+'px'}" ref="table" :gutter="5">
<el-col v-cloak v-for="(p,i) in rptListCpd" :key="i" :xl="4" :lg="6" :md="8" :sm="12" :body-style="{ padding: '0px' }"> <el-col v-cloak v-for="(p,i) in rptListCpd" :key="i" :xl="4" :lg="6" :md="8" :sm="12" :body-style="{ padding: '0px' }">
<el-card @click.native="intoInfo(p,i)" class="project-card" shadow="always" id="prj-view-box"> <el-card @click.native="intoInfo(p,i)" class="project-card" shadow="always" id="prj-view-box">

5
src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue

@ -2,7 +2,7 @@
<section> <section>
<el-dialog fullscreen :title="title" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible"> <el-dialog fullscreen :title="title" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5">
<el-row :gutter="5" v-if="visible">
<el-col :span="18"> <el-col :span="18">
<div> <div>
<div class="main" id="testPlanCaseExecStatusDist" <div class="main" id="testPlanCaseExecStatusDist"
@ -36,10 +36,11 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
</el-col> </el-col>
<xm-test-plan-select ref="xmTestPlanSelectRef" :casedb-id="xmTestCasedb?xmTestCasedb.id:null" :product-id="xmProduct?xmProduct.id:null" :project-id="xmProject?xmProject.id:null" placeholder="迭代" @select="onXmTestPlanSelected" @clear="onXmTestPlanClear"></xm-test-plan-select >
</el-row> </el-row>
</el-dialog> </el-dialog>
<xm-test-plan-select ref="xmTestPlanSelectRef" :casedb-id="xmTestCasedb?xmTestCasedb.id:null" :product-id="xmProduct?xmProduct.id:null" :project-id="xmProject?xmProject.id:null" placeholder="迭代" @select="onXmTestPlanSelected" @clear="onXmTestPlanClear"></xm-test-plan-select >
</section> </section>
</template> </template>

4
src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue

@ -2,7 +2,7 @@
<section> <section>
<el-dialog fullscreen :title="title" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible"> <el-dialog fullscreen :title="title" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5">
<el-row :gutter="5" v-if="visible">
<el-col :span="18"> <el-col :span="18">
<div> <div>
<div class="main" id="testPlanCaseExecStatusDist" <div class="main" id="testPlanCaseExecStatusDist"
@ -36,10 +36,10 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
</el-col> </el-col>
<xm-test-plan-select ref="xmTestPlanSelectRef" :casedb-id="xmTestCasedb?xmTestCasedb.id:null" :product-id="xmProduct?xmProduct.id:null" :project-id="xmProject?xmProject.id:null" placeholder="迭代" @select="onXmTestPlanSelected" @clear="onXmTestPlanClear"></xm-test-plan-select >
</el-row> </el-row>
</el-dialog> </el-dialog>
<xm-test-plan-select ref="xmTestPlanSelectRef" :casedb-id="xmTestCasedb?xmTestCasedb.id:null" :product-id="xmProduct?xmProduct.id:null" :project-id="xmProject?xmProject.id:null" placeholder="迭代" @select="onXmTestPlanSelected" @clear="onXmTestPlanClear"></xm-test-plan-select >
</section> </section>
</template> </template>

5
src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue

@ -2,7 +2,7 @@
<section> <section>
<el-dialog fullscreen :title="title" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible"> <el-dialog fullscreen :title="title" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5">
<el-row :gutter="5" v-if="visible">
<el-col :span="18"> <el-col :span="18">
<div> <div>
<div class="main" id="testPlanCaseUserDist" <div class="main" id="testPlanCaseUserDist"
@ -36,10 +36,11 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
</el-col> </el-col>
<xm-test-plan-select ref="xmTestPlanSelectRef" :casedb-id="xmTestCasedb?xmTestCasedb.id:null" :product-id="xmProduct?xmProduct.id:null" :project-id="xmProject?xmProject.id:null" placeholder="迭代" @select="onXmTestPlanSelected" @clear="onXmTestPlanClear"></xm-test-plan-select >
</el-row> </el-row>
</el-dialog> </el-dialog>
<xm-test-plan-select ref="xmTestPlanSelectRef" :casedb-id="xmTestCasedb?xmTestCasedb.id:null" :product-id="xmProduct?xmProduct.id:null" :project-id="xmProject?xmProject.id:null" placeholder="迭代" @select="onXmTestPlanSelected" @clear="onXmTestPlanClear"></xm-test-plan-select >
</section> </section>
</template> </template>

Loading…
Cancel
Save