Browse Source

优化

master
陈裕财 4 years ago
parent
commit
9f15cb7b5d
  1. 2
      src/views/xm/core/xmIteration/XmIterationInfo.vue
  2. 19
      src/views/xm/core/xmProduct/XmProductForLinkComplex.vue
  3. 4
      src/views/xm/core/xmProduct/XmProductInfo.vue
  4. 6
      src/views/xm/core/xmProject/XmProjectInfo.vue

2
src/views/xm/core/xmIteration/XmIterationInfo.vue

@ -76,7 +76,7 @@
import xmTestCaseExecMng from '../xmTestCaseExec/XmTestCaseExecMng'; import xmTestCaseExecMng from '../xmTestCaseExec/XmTestCaseExecMng';
import XmIterationForProjectComplex from './XmIterationForLinkComplex.vue'; import XmIterationForProjectComplex from './XmIterationForLinkComplex.vue';
import XmIterationOverviewComplex from '../xmIteration/XmIterationOverviewComplex.vue'; import XmIterationOverviewComplex from '../xmIteration/XmIterationOverviewComplex.vue';
import XmProductForProjectComplex from '../xmProduct/XmProductForProjectComplex.vue';
import XmProductForProjectComplex from '../xmProduct/XmProductForLinkComplex.vue';
import XmProjectComplex from '../xmProject/XmProjectComplex.vue'; import XmProjectComplex from '../xmProject/XmProjectComplex.vue';

src/views/xm/core/xmProduct/XmProductForProjectComplex.vue → src/views/xm/core/xmProduct/XmProductForLinkComplex.vue

4
src/views/xm/core/xmProduct/XmProductInfo.vue

@ -212,7 +212,7 @@
import xmTestCaseExecMng from '../xmTestCaseExec/XmTestCaseExecMng'; import xmTestCaseExecMng from '../xmTestCaseExec/XmTestCaseExecMng';
import XmIterationForLinkComplex from '../xmIteration/XmIterationForLinkComplex.vue'; import XmIterationForLinkComplex from '../xmIteration/XmIterationForLinkComplex.vue';
import XmProductOverviewComplex from '../xmProduct/XmProductOverviewComplex.vue'; import XmProductOverviewComplex from '../xmProduct/XmProductOverviewComplex.vue';
import XmProductForProjectComplex from './XmProductForProjectComplex.vue';
import XmProductForLinkComplex from './XmProductForLinkComplex.vue';
import XmProjectForLink from '../xmProject/XmProjectForLink.vue'; import XmProjectForLink from '../xmProject/XmProjectForLink.vue';
@ -439,7 +439,7 @@ import XmProjectForLink from '../xmProject/XmProjectForLink.vue';
xmGroupSelect, xmGroupSelect,
XmIterationForLinkComplex, XmIterationForLinkComplex,
XmProductOverviewComplex, XmProductOverviewComplex,
XmProductForProjectComplex,
XmProductForLinkComplex,
XmProjectComplex, XmProjectComplex,
XmProjectForLink, XmProjectForLink,
// //

6
src/views/xm/core/xmProject/XmProjectInfo.vue

@ -133,7 +133,7 @@
<xm-project-overview-complex v-if="infotype=='项目概览'" :sel-project="selProject" @submit="afterEditSubmit"></xm-project-overview-complex> <xm-project-overview-complex v-if="infotype=='项目概览'" :sel-project="selProject" @submit="afterEditSubmit"></xm-project-overview-complex>
<xm-iteration-for-link-complex v-if="infotype=='迭代'" ref="xmIterationMng" :sel-project="selProject"></xm-iteration-for-link-complex> <xm-iteration-for-link-complex v-if="infotype=='迭代'" ref="xmIterationMng" :sel-project="selProject"></xm-iteration-for-link-complex>
<xm-product-for-project-complex v-if="infotype=='产品'" ref="xmProductComplex" :sel-project="selProject"></xm-product-for-project-complex>
<xm-product-for-link-complex v-if="infotype=='产品'" ref="xmProductComplex" :sel-project="selProject"></xm-product-for-link-complex>
<xm-menu-mng v-if="infotype=='需求'" :sel-project="selProject"></xm-menu-mng> <xm-menu-mng v-if="infotype=='需求'" :sel-project="selProject"></xm-menu-mng>
<xm-task-mng v-if="infotype=='任务'" ref="xmTaskMng" :sel-project="selProject" ptype="0" queryScope="task" key="task"></xm-task-mng> <xm-task-mng v-if="infotype=='任务'" ref="xmTaskMng" :sel-project="selProject" ptype="0" queryScope="task" key="task"></xm-task-mng>
<xm-question v-if="infotype=='缺陷'" :qtype="'bug'" :sel-project='selProject' ref="xmQuestion"></xm-question> <xm-question v-if="infotype=='缺陷'" :qtype="'bug'" :sel-project='selProject' ref="xmQuestion"></xm-question>
@ -187,7 +187,7 @@
import xmTestCaseExecMng from '../xmTestCaseExec/XmTestCaseExecMng'; import xmTestCaseExecMng from '../xmTestCaseExec/XmTestCaseExecMng';
import XmIterationForLinkComplex from '../xmIteration/XmIterationForLinkComplex.vue'; import XmIterationForLinkComplex from '../xmIteration/XmIterationForLinkComplex.vue';
import XmProjectOverviewComplex from './XmProjectOverviewComplex.vue'; import XmProjectOverviewComplex from './XmProjectOverviewComplex.vue';
import XmProductForProjectComplex from '../xmProduct/XmProductForProjectComplex.vue';
import XmProductForLinkComplex from '../xmProduct/XmProductForLinkComplex.vue';
export default { export default {
@ -414,7 +414,7 @@
xmGroupSelect, xmGroupSelect,
XmIterationForLinkComplex, XmIterationForLinkComplex,
XmProjectOverviewComplex, XmProjectOverviewComplex,
XmProductForProjectComplex,
XmProductForLinkComplex,
// //
}, },
mounted() { mounted() {

Loading…
Cancel
Save