|
|
|
@ -133,7 +133,7 @@ |
|
|
|
|
|
|
|
<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-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-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> |
|
|
|
@ -187,7 +187,7 @@ |
|
|
|
import xmTestCaseExecMng from '../xmTestCaseExec/XmTestCaseExecMng'; |
|
|
|
import XmIterationForLinkComplex from '../xmIteration/XmIterationForLinkComplex.vue'; |
|
|
|
import XmProjectOverviewComplex from './XmProjectOverviewComplex.vue'; |
|
|
|
import XmProductForProjectComplex from '../xmProduct/XmProductForProjectComplex.vue'; |
|
|
|
import XmProductForLinkComplex from '../xmProduct/XmProductForLinkComplex.vue'; |
|
|
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
@ -414,7 +414,7 @@ |
|
|
|
xmGroupSelect, |
|
|
|
XmIterationForLinkComplex, |
|
|
|
XmProjectOverviewComplex, |
|
|
|
XmProductForProjectComplex, |
|
|
|
XmProductForLinkComplex, |
|
|
|
//在下面添加其它组件 |
|
|
|
}, |
|
|
|
mounted() { |
|
|
|
|