Browse Source

优化

master
陈裕财 4 years ago
parent
commit
786953bf74
  1. 2
      src/views/xm/core/xmIteration/XmIterationAdd.vue
  2. 4
      src/views/xm/core/xmProject/XmProjectInfo.vue

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

@ -4,7 +4,7 @@
<!--新增界面 XmIteration 迭代定义-->
<el-form :model="addForm" label-width="120px" :rules="addFormRules" ref="addForm">
<el-form-item label="归属产品" prop="productId">
<xm-product-select v-if="!xmProduct||!xmProduct.id" ref="xmProductSelect" :auto-select="true" :sel-project="selProject" @row-click="onProductRowClick" @clear="onProductClearSelect" @close="productSelectVisible=false"></xm-product-select>
<xm-product-select v-if="!xmProduct||!xmProduct.id" ref="xmProductSelect" :auto-select="true" :link-project-id="selProject?selProject.id:null" @row-click="onProductRowClick" @clear="onProductClearSelect" @close="productSelectVisible=false"></xm-product-select>
<span v-else>{{addForm.productName}}</span>
</el-form-item>

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

@ -271,7 +271,7 @@
:sel-project="selProject"
></xm-iteration-for-link-complex>
<xm-product-for-link-complex
v-if="infotype == '产品'" class="padding-top"
v-if="infotype == '产品'" class="padding"
ref="xmProductComplex"
:sel-project="selProject"
></xm-product-for-link-complex>
@ -400,7 +400,7 @@ import xmMenuMng from "../xmMenu/XmMenuBox";
import xmTestCaseExecMng from "../xmTestCaseExec/XmTestCaseExecMng";
import XmIterationForLinkComplex from "../xmIteration/XmIterationMng.vue";
import XmProjectOverviewComplex from "./XmProjectOverviewComplex.vue";
import XmProductForLinkComplex from "../xmProductProjectLink/XmProductProjectLinkMng.vue";
import XmProductForLinkComplex from "../xmProduct/XmProductForLinkComplex.vue";
import XmWorkloadSetDayList from "../xmTaskWorkload/WorkloadSetDayList.vue";
import XmWorkloadSetMonthList from "../xmTaskWorkload/WorkloadSetMonthList.vue";

Loading…
Cancel
Save