diff --git a/src/router/routes_xm.js b/src/router/routes_xm.js index f3c45d69..bd48d292 100644 --- a/src/router/routes_xm.js +++ b/src/router/routes_xm.js @@ -643,7 +643,7 @@ export default { }, children: [ - { path: 'reportIndex', component: _import('xm/rpt/reportIndex'), name: 'reportIndex', meta: { title: '指标分析',roles:["user"] }}, + { path: 'reportIndex', component: _import('xm/rpt/index'), name: 'reportIndex', meta: { title: '指标分析',roles:["user"] }}, { path: 'branch/branchDatavFullScreen', name: 'branchDatavFullScreen', meta: { title: '机构效能',openTab:true,outUrl:"${curlDomain}/"+process.env.CONTEXT+"/"+process.env.VERSION+"/#/datav/xm/branch/branchDatavFullScreen" }}, ] }, diff --git a/src/views/xm/core/xmIteration/XmIterationForLinkComplex.vue b/src/views/xm/core/xmIteration/XmIterationForLinkComplex.vue index feec349d..1f5f0e34 100644 --- a/src/views/xm/core/xmIteration/XmIterationForLinkComplex.vue +++ b/src/views/xm/core/xmIteration/XmIterationForLinkComplex.vue @@ -352,7 +352,7 @@ import XmIterationEdit from './XmIterationEdit.vue'; import XmIterationAdd from './XmIterationEdit';//新增界面 - import XmReport from "@/views/xm/rpt/reportIndex"; + import XmReport from "@/views/xm/rpt/index"; import XmIterationMenuMng from '../xmIterationMenu/XmIterationMenuMng.vue'; import { initDicts,editSomeFieldsXmIteration } from '@/api/xm/core/xmIteration'; diff --git a/src/views/xm/core/xmProduct/XmProductForLinkComplex.vue b/src/views/xm/core/xmProduct/XmProductForLinkComplex.vue index a4179348..a27e3c06 100644 --- a/src/views/xm/core/xmProduct/XmProductForLinkComplex.vue +++ b/src/views/xm/core/xmProduct/XmProductForLinkComplex.vue @@ -329,7 +329,7 @@ import XmProductEdit from "./XmProductEdit.vue"; import XmProductAdd from "./XmProductEdit"; //新增界面 import XmGroupMng from '../xmGroup/XmGroupMng.vue' -import XmReport from "@/views/xm/rpt/reportIndex"; +import XmReport from "@/views/xm/rpt/index"; export default { computed: { ...mapGetters(["userInfo", "roles","projectInfo","xmIteration"]), diff --git a/src/views/xm/core/xmProject/XmProjectForLinkComplex.vue b/src/views/xm/core/xmProject/XmProjectForLinkComplex.vue index 93b1c354..4c74cfcf 100644 --- a/src/views/xm/core/xmProject/XmProjectForLinkComplex.vue +++ b/src/views/xm/core/xmProject/XmProjectForLinkComplex.vue @@ -309,7 +309,7 @@ import XmProductProjectLinkMng from "../xmProductProjectLink/XmProductProjectLin import XmPlan from "../xmTask/XmPlan.vue"; import xmGroupMng from "../xmGroup/XmGroupMng"; -import XmReport from "@/views/xm/rpt/reportIndex"; +import XmReport from "@/views/xm/rpt/index"; import { initDicts, getDefOptions, diff --git a/src/views/xm/rpt/branch/branchWorkItemDayList.vue b/src/views/xm/rpt/branch/branchWorkItemDayList.vue index f6d89eb2..cacf954d 100644 --- a/src/views/xm/rpt/branch/branchWorkItemDayList.vue +++ b/src/views/xm/rpt/branch/branchWorkItemDayList.vue @@ -24,22 +24,30 @@ - - - 从报告移除该报表 - - - - - - - - - - 查询 - - - + + + + + + 从报告移出该报表 + 关闭 + + + + + + + + + + + + 查询 + + + + + diff --git a/src/views/xm/rpt/branch/menuDayAccumulate.vue b/src/views/xm/rpt/branch/menuDayAccumulate.vue index 1bd3b112..73859716 100644 --- a/src/views/xm/rpt/branch/menuDayAccumulate.vue +++ b/src/views/xm/rpt/branch/menuDayAccumulate.vue @@ -6,29 +6,30 @@ - - - - - - {{xmProductCpd.id}} {{ xmProductCpd.productName }} - - - {{xmIteration.id}} - {{ xmIteration.iterationName }} - - - - - - - - - - - 查询 - - + + + + + + 从报告移出该报表 + 关闭 + + + + + + + + + + + + 查询 + + + + + diff --git a/src/views/xm/rpt/branch/menuDayTrend.vue b/src/views/xm/rpt/branch/menuDayTrend.vue index 2ef57a01..491dbda6 100644 --- a/src/views/xm/rpt/branch/menuDayTrend.vue +++ b/src/views/xm/rpt/branch/menuDayTrend.vue @@ -8,16 +8,30 @@ - - - - - - - - 查询 - - + + + + + + 从报告移出该报表 + 关闭 + + + + + + + + + + + + 查询 + + + + + diff --git a/src/views/xm/rpt/branch/questionDayAccumulate.vue b/src/views/xm/rpt/branch/questionDayAccumulate.vue index 26aa48a5..fcaa7418 100644 --- a/src/views/xm/rpt/branch/questionDayAccumulate.vue +++ b/src/views/xm/rpt/branch/questionDayAccumulate.vue @@ -6,16 +6,30 @@ - - - - - - - - 查询 - - + + + + + + 从报告移出该报表 + 关闭 + + + + + + + + + + + + 查询 + + + + + diff --git a/src/views/xm/rpt/branch/questionDayTrend.vue b/src/views/xm/rpt/branch/questionDayTrend.vue index 01d63b09..ba2b5d0f 100644 --- a/src/views/xm/rpt/branch/questionDayTrend.vue +++ b/src/views/xm/rpt/branch/questionDayTrend.vue @@ -8,17 +8,31 @@ - - - - - - - - 查询 - - - + + + + + + 从报告移出该报表 + 关闭 + + + + + + + + + + + + 查询 + + + + + + diff --git a/src/views/xm/rpt/reportIndex.vue b/src/views/xm/rpt/reportIndex.vue deleted file mode 100644 index 79ecff71..00000000 --- a/src/views/xm/rpt/reportIndex.vue +++ /dev/null @@ -1,461 +0,0 @@ - - - - - - - - - - - - - - - - {{index+1}} {{item.rptName}} - - {{item.desc}} - - - - - - - - - - {{index+1}} {{item.rptName}} - - - - {{item.desc}} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file
{{index+1}} {{item.rptName}}