Browse Source

优化

master
陈裕财 2 years ago
parent
commit
4f13997c08
  1. 2
      src/views/xm/core/xmGroup/XmGroupSelectForProduct.vue
  2. 2
      src/views/xm/core/xmIteration/XmIterationBox.vue
  3. 2
      src/views/xm/core/xmIteration/XmIterationForLinkComplex.vue
  4. 2
      src/views/xm/core/xmMenu/XmMenuMng.vue
  5. 2
      src/views/xm/core/xmMenuWorkItem/XmSubMenuList.vue
  6. 2
      src/views/xm/core/xmProduct/XmProductMng.vue

2
src/views/xm/core/xmGroup/XmGroupSelectForProduct.vue

@ -2,7 +2,7 @@
<section class="border padding-left">
<el-row class="padding-top">
<xm-product-select style="display:inline;" v-if="!xmProduct||!xmProduct.id" :auto-select="false" :link-project-id="selProject?selProject.id:null" @row-click="onProductRowClick" @clear="onProductClose"></xm-product-select>
<xm-product-select style="display:inline;" v-if="!xmProduct||!xmProduct.id" :auto-select="false" :link-project-id="selProject?selProject.id:null" @change2="onProductRowClick" @clear="onProductClose"></xm-product-select>
<el-button type="primary" @click="userConfirm" icon="el-icon-finished">确认选择</el-button>

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

@ -101,7 +101,7 @@
</el-drawer>
<el-drawer title="迭代报告" :visible.sync="iterationSelectVisible" fullscreen append-to-body :close-on-click-modal="false">
<xm-iteration-select @row-click="onXmIterationSelect"></xm-iteration-select>
<xm-iteration-select @change2="onXmIterationSelect"></xm-iteration-select>
</el-drawer>
</el-row>
</section>

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

@ -4,7 +4,7 @@
<el-col :xl="4" :lg="4" :md="5" :sm="5" :xs="5" class="padding">
<div class="border">
<el-row >
<xm-iteration-select ref="xmIterationSelect" :auto-select="false" :link-project-id="projectInfo?projectInfo.id:null" :product-id="xmProduct?xmProduct.id:null" @row-click="onIterationRowClick" @clear="onIterationClearSelect">
<xm-iteration-select ref="xmIterationSelect" :auto-select="false" :link-project-id="projectInfo?projectInfo.id:null" :product-id="xmProduct?xmProduct.id:null" @change2="onIterationRowClick" @clear="onIterationClearSelect">
<template v-slot:title="{iteration}">
<h4 href="#"><div style="max-width:15vw;" class="res-text hidden-md-and-down"><i style="font-size:16px;" class="el-icon-sort"></i> {{iteration&&iteration.id?iteration.iterationName:'请选择一个迭代'}}</div></h4>
<h4 href="#"><div style="max-width:19vw;" class="res-text hidden-lg-and-up"><i style="font-size:16px;" class="el-icon-sort"></i> {{iteration&&iteration.id?iteration.iterationName:'请选择一个迭代'}}</div></h4>

2
src/views/xm/core/xmMenu/XmMenuMng.vue

@ -296,7 +296,7 @@
{{scope.row.iterationName}}
</div>
<span class="cell-bar">
<xm-iteration-select v-if="scope.row.dclass==='3'" style="display:inline;" :auto-select="false" :product-id="scope.row.productId" placeholder="迭代" @row-click="editXmMenuSomeFields(scope.row,'iterationId',$event)"></xm-iteration-select>
<xm-iteration-select v-if="scope.row.dclass==='3'" style="display:inline;" :auto-select="false" :product-id="scope.row.productId" placeholder="迭代" @change2="editXmMenuSomeFields(scope.row,'iterationId',$event)"></xm-iteration-select>
</span>
</template>
</el-table-column>

2
src/views/xm/core/xmMenuWorkItem/XmSubMenuList.vue

@ -43,7 +43,7 @@
{{scope.row.iterationName}}
</div>
<span class="cell-bar">
<xm-iteration-select v-if="scope.row.dclass==='3'" style="display:inline;" :auto-select="false" :product-id="scope.row.productId" placeholder="迭代" @row-click="editXmMenuSomeFields(scope.row,'iterationId',$event)"></xm-iteration-select>
<xm-iteration-select v-if="scope.row.dclass==='3'" style="display:inline;" :auto-select="false" :product-id="scope.row.productId" placeholder="迭代" @change2="editXmMenuSomeFields(scope.row,'iterationId',$event)"></xm-iteration-select>
</span>
</template>
</el-table-column>

2
src/views/xm/core/xmProduct/XmProductMng.vue

@ -360,7 +360,7 @@
<xm-project-list @select="onProjectSelected"></xm-project-list>
</el-drawer>
<el-drawer title="迭代报告" :visible.sync="iterationSelectVisible" fullscreen append-to-body :close-on-click-modal="false">
<xm-iteration-select @row-click="onXmIterationSelect"></xm-iteration-select>
<xm-iteration-select @change2="onXmIterationSelect"></xm-iteration-select>
</el-drawer>
<el-dialog
title="通过复制创建新的模板或者新的产品"

Loading…
Cancel
Save