Browse Source

优化

master
陈裕财 3 years ago
parent
commit
5f073ef49d
  1. 2
      src/views/xm/rpt/iteration/burnout.vue
  2. 2
      src/views/xm/rpt/product/menuAgeDist.vue
  3. 2
      src/views/xm/rpt/product/menuAttDist.vue
  4. 2
      src/views/xm/rpt/product/menuDayAccumulate.vue
  5. 2
      src/views/xm/rpt/product/menuDayTrend.vue
  6. 2
      src/views/xm/rpt/product/menuSort.vue
  7. 2
      src/views/xm/rpt/product/productWorkItemDayList.vue
  8. 2
      src/views/xm/rpt/product/questionAgeDist.vue
  9. 2
      src/views/xm/rpt/product/questionAttDist.vue
  10. 2
      src/views/xm/rpt/product/questionDayAccumulate.vue
  11. 2
      src/views/xm/rpt/product/questionDayTrend.vue
  12. 2
      src/views/xm/rpt/product/questionSort.vue
  13. 2
      src/views/xm/rpt/project/projectWorkItemDayList.vue
  14. 2
      src/views/xm/rpt/project/projectWorkloadSetDayList.vue
  15. 2
      src/views/xm/rpt/project/projectWorkloadSetMonthList.vue
  16. 2
      src/views/xm/rpt/project/taskAgeDist.vue
  17. 2
      src/views/xm/rpt/project/taskAttDist.vue
  18. 2
      src/views/xm/rpt/project/taskDayAccumulate.vue
  19. 2
      src/views/xm/rpt/project/taskDayTrend.vue
  20. 2
      src/views/xm/rpt/project/taskSort.vue

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

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<el-dialog :title="( filters.iteration?'【'+filters.iteration.iterationName+'】':'')+'迭代燃尽图'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog fullscreen :title="( filters.iteration?'【'+filters.iteration.iterationName+'】':'')+'迭代燃尽图'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5"> <el-row :gutter="5">

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

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<el-dialog :title="(filters.product?'产品【'+filters.product.productName+'】':'')+'需求属性分布'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog fullscreen :title="(filters.product?'产品【'+filters.product.productName+'】':'')+'需求属性分布'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5"> <el-row :gutter="5">
<el-col :span="18"> <el-col :span="18">
<div> <div>

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

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<el-dialog :title="(filters.product?'产品【'+filters.product.productName+'】':'')+'需求属性分布'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog fullscreen :title="(filters.product?'产品【'+filters.product.productName+'】':'')+'需求属性分布'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5"> <el-row :gutter="5">
<el-col :span="18"> <el-col :span="18">
<div> <div>

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

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<el-dialog :title="(filters.product?'产品【'+filters.product.productName+'】':'')+'需求累积图'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog fullscreen :title="(filters.product?'产品【'+filters.product.productName+'】':'')+'需求累积图'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5"> <el-row :gutter="5">
<el-col :span="18"> <div> <el-col :span="18"> <div>

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

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<el-dialog :title="(filters.product?'产品【'+filters.product.productName+'】':'')+'需求每日趋势'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog fullscreen :title="(filters.product?'产品【'+filters.product.productName+'】':'')+'需求每日趋势'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5"> <el-row :gutter="5">
<el-col :span="18"> <el-col :span="18">

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

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<el-dialog :title="(filters.product?'产品【'+filters.product.productName+'】':'')+'用户故事排行榜'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog fullscreen :title="(filters.product?'产品【'+filters.product.productName+'】':'')+'用户故事排行榜'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5"> <el-row :gutter="5">
<el-col :span="18"> <el-col :span="18">
<div> <div>

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

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<el-dialog :title="(filters.product?'【'+filters.product.productName+'】':'')+'工作项按日分布趋势图'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog fullscreen :title="(filters.product?'【'+filters.product.productName+'】':'')+'工作项按日分布趋势图'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5"> <el-row :gutter="5">
<el-col :span="18"> <el-col :span="18">

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

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<el-dialog :title="(filters.product?'产品【'+filters.product.productName+'】':'')+'缺陷属性分布'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog fullscreen :title="(filters.product?'产品【'+filters.product.productName+'】':'')+'缺陷属性分布'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5"> <el-row :gutter="5">
<el-col :span="18"> <el-col :span="18">
<div> <div>

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

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<el-dialog :title="(filters.product?'产品【'+filters.product.productName+'】':'')+'缺陷属性分布'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog fullscreen :title="(filters.product?'产品【'+filters.product.productName+'】':'')+'缺陷属性分布'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5"> <el-row :gutter="5">
<el-col :span="18"> <el-col :span="18">
<div> <div>

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

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<el-dialog :title="(filters.product?'产品【'+filters.product.productName+'】':'')+'缺陷累积图'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog fullscreen :title="(filters.product?'产品【'+filters.product.productName+'】':'')+'缺陷累积图'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5"> <el-row :gutter="5">
<el-col :span="18"> <div> <el-col :span="18"> <div>

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

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<el-dialog :title="(filters.product?'产品【'+filters.product.productName+'】':'')+'缺陷每日趋势'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog fullscreen :title="(filters.product?'产品【'+filters.product.productName+'】':'')+'缺陷每日趋势'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5"> <el-row :gutter="5">
<el-col :span="18"> <el-col :span="18">

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

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<el-dialog :title="(filters.product?'产品【'+filters.product.productName+'】':'')+'缺陷排行榜'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog fullscreen :title="(filters.product?'产品【'+filters.product.productName+'】':'')+'缺陷排行榜'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5"> <el-row :gutter="5">
<el-col :span="18"> <el-col :span="18">
<div> <div>

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

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<el-dialog :title="(filters.project?'【'+filters.project.name+'】':'')+'工作项按日分布趋势图'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog :title="(filters.project?'【'+filters.project.name+'】':'')+'工作项按日分布趋势图'" fullscreen append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5"> <el-row :gutter="5">
<el-col :span="18"> <el-col :span="18">

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

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<el-dialog :title="(filters.project?'【'+(filters.project.name?filters.project.name:filters.project.id)+'】':'')+'结算工时按日分布趋势图'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog fullscreen :title="(filters.project?'【'+(filters.project.name?filters.project.name:filters.project.id)+'】':'')+'结算工时按日分布趋势图'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5"> <el-row :gutter="5">
<el-col :span="18"> <el-col :span="18">

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

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<el-dialog :title="(filters.project?'【'+filters.project.name+'】':'')+'结算工时按月分布趋势图'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog fullscreen :title="(filters.project?'【'+filters.project.name+'】':'')+'结算工时按月分布趋势图'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5"> <el-row :gutter="5">
<el-col :span="18"> <el-col :span="18">

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

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<el-dialog :title="(filters.project?'【'+filters.project.name+'】':'')+'任务属性分布'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog fullscreen :title="(filters.project?'【'+filters.project.name+'】':'')+'任务属性分布'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5"> <el-row :gutter="5">
<el-col :span="18"> <el-col :span="18">
<div> <div>

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

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<el-dialog :title="(filters.project?'【'+filters.project.name+'】':'')+'任务属性分布'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog fullscreen :title="(filters.project?'【'+filters.project.name+'】':'')+'任务属性分布'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5"> <el-row :gutter="5">
<el-col :span="18"> <el-col :span="18">
<div> <div>

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

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<el-dialog :title="(filters.project?'【'+filters.project.name+'】':'')+'任务累积图'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog fullscreen :title="(filters.project?'【'+filters.project.name+'】':'')+'任务累积图'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5"> <el-row :gutter="5">
<el-col :span="18"> <div> <el-col :span="18"> <div>

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

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<el-dialog :title="(filters.project?'【'+filters.project.name+'】':'')+'任务每日趋势'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog fullscreen :title="(filters.project?'【'+filters.project.name+'】':'')+'任务每日趋势'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5"> <el-row :gutter="5">
<el-col :span="18"> <el-col :span="18">

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

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<el-dialog :title="(filters.project?'【'+filters.project.name+'】':'')+'任务排行榜'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog fullscreen :title="(filters.project?'【'+filters.project.name+'】':'')+'任务排行榜'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5"> <el-row :gutter="5">
<el-col :span="18"> <el-col :span="18">
<div> <div>

Loading…
Cancel
Save