|
|
|
@ -6,9 +6,10 @@ |
|
|
|
> |
|
|
|
<el-row> |
|
|
|
|
|
|
|
<span style="float:left;"> |
|
|
|
<span> |
|
|
|
<xm-project-select style="display:inline;" v-if="!selProject||!selProject.id" :auto-select="isTaskCenter?false:true" :link-iteration-id="xmIteration?xmIteration.id:null" :link-product-id="xmProduct?xmProduct.id:null" @row-click="onProjectRowClick" @clear="onProjectClear" ></xm-project-select> |
|
|
|
<el-input style="width:60%;" v-model="filters.key" placeholder="名称 按回车" class="hidden-md-and-down" clearable @keyup.enter.native="searchXmTasks()"></el-input> |
|
|
|
<el-input style="width:150px;" v-model="filters.key" placeholder="名称 按回车" class="hidden-md-and-down" clearable @keyup.enter.native="searchXmTasks()"></el-input> |
|
|
|
<span style="float:right;"> |
|
|
|
<el-popover |
|
|
|
placement="top-start" |
|
|
|
title="选择创建计划/任务的方式" |
|
|
|
@ -98,6 +99,7 @@ |
|
|
|
<el-button slot="reference" @click="moreVisible=!moreVisible">更多</el-button> |
|
|
|
</el-popover> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</el-row> |
|
|
|
|
|
|
|
<el-row> |
|
|
|
|