|
@@ -8,15 +8,15 @@
|
|
<el-divider style="color: #EEF0F5;" />
|
|
<el-divider style="color: #EEF0F5;" />
|
|
<div class="Layout">
|
|
<div class="Layout">
|
|
<div>
|
|
<div>
|
|
- <el-form :model="searchForm" class="flex_start">
|
|
|
|
- <div class="Layout">
|
|
|
|
|
|
+ <el-form :model="searchForm" class="Layout">
|
|
|
|
+ <div class="Layout" style="padding-left:15px">
|
|
<div class="queryName">需求名称</div>
|
|
<div class="queryName">需求名称</div>
|
|
- <el-input v-model="requirementName" size="small" clearable style="width: 72%" @change="getTableData()" />
|
|
|
|
|
|
+ <el-input v-model="requirementName" size="small" clearable style="width:72% !important;" @change="getTableData()" />
|
|
</div>
|
|
</div>
|
|
- <div class="Layout marginLeft">
|
|
|
|
- <div class="queryName">PM</div>
|
|
|
|
|
|
+ <div class="Layout">
|
|
|
|
+ <div class="queryName marginLeft">PM</div>
|
|
<el-select v-model="searchForm.pm" filterable remote clearable reserve-keyword placeholder="请输入姓名或邮箱前缀" :remote-method="searchUser" :loading="userLoading" size="small" @change="getTableData()">
|
|
<el-select v-model="searchForm.pm" filterable remote clearable reserve-keyword placeholder="请输入姓名或邮箱前缀" :remote-method="searchUser" :loading="userLoading" size="small" @change="getTableData()">
|
|
- <el-option v-for="item in options" :key="item.idap" :label="item.name" :value="item.idap">
|
|
|
|
|
|
+ <el-option v-for="item in options" :key="item.idap" :label="item.name" :value="item.idap" style="min-width:300px">
|
|
<div class="flex_start">
|
|
<div class="flex_start">
|
|
<div class="deptName">{{ item.deptName }}</div>
|
|
<div class="deptName">{{ item.deptName }}</div>
|
|
<div style="min-width:80px">{{ item.name }}</div>
|
|
<div style="min-width:80px">{{ item.name }}</div>
|
|
@@ -25,8 +25,8 @@
|
|
</el-option>
|
|
</el-option>
|
|
</el-select>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
- <div class="Layout marginLeft">
|
|
|
|
- <div class="queryName">优先级</div>
|
|
|
|
|
|
+ <div class="Layout">
|
|
|
|
+ <div class="queryName marginLeft">优先级</div>
|
|
<el-select v-model="searchForm.priority" size="small" clearable filterable placeholder="请选择" @change="getTableData()">
|
|
<el-select v-model="searchForm.priority" size="small" clearable filterable placeholder="请选择" @change="getTableData()">
|
|
<el-option v-for="item in searchInfo.priority" :key="item.code" :label="item.msg" :value="item.code" />
|
|
<el-option v-for="item in searchInfo.priority" :key="item.code" :label="item.msg" :value="item.code" />
|
|
</el-select>
|
|
</el-select>
|
|
@@ -44,14 +44,14 @@
|
|
<el-option v-for="item in AttributionItems" :key="item.id" :label="item.name" :value="item.id" />
|
|
<el-option v-for="item in AttributionItems" :key="item.id" :label="item.name" :value="item.id" />
|
|
</el-select>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
- <div class="Layout marginLeft">
|
|
|
|
- <div class="queryName">需求来源</div>
|
|
|
|
|
|
+ <div class="Layout">
|
|
|
|
+ <div class="queryName marginLeft">需求来源</div>
|
|
<el-select v-model="searchForm.sourceType" size="small" clearable filterable placeholder="请选择">
|
|
<el-select v-model="searchForm.sourceType" size="small" clearable filterable placeholder="请选择">
|
|
<el-option v-for="item in searchInfo.sourceType" :key="item.code" :label="item.msg" :value="item.code" />
|
|
<el-option v-for="item in searchInfo.sourceType" :key="item.code" :label="item.msg" :value="item.code" />
|
|
</el-select>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
- <div class="Layout marginLeft">
|
|
|
|
- <div class="queryName">创建人</div>
|
|
|
|
|
|
+ <div class="Layout">
|
|
|
|
+ <div class="queryName marginLeft">创建人</div>
|
|
<el-select v-model="searchForm.creator" clearable filterable remote reserve-keyword placeholder="请输入姓名或邮箱前缀" :remote-method="searchUser" :loading="userLoading" size="small">
|
|
<el-select v-model="searchForm.creator" clearable filterable remote reserve-keyword placeholder="请输入姓名或邮箱前缀" :remote-method="searchUser" :loading="userLoading" size="small">
|
|
<el-option v-for="item in options" :key="item.idap" :label="item.name" :value="item.idap">
|
|
<el-option v-for="item in options" :key="item.idap" :label="item.name" :value="item.idap">
|
|
<div class="flex_start">
|
|
<div class="flex_start">
|
|
@@ -400,7 +400,7 @@ export default {
|
|
.stylus-more
|
|
.stylus-more
|
|
background rgba(252,252,252,1)
|
|
background rgba(252,252,252,1)
|
|
border-radius 4px
|
|
border-radius 4px
|
|
- padding 2% 1%
|
|
|
|
|
|
+ padding 15px
|
|
min-height 110px
|
|
min-height 110px
|
|
margin-top 22px
|
|
margin-top 22px
|
|
border 1px solid rgba(238,238,238,1)
|
|
border 1px solid rgba(238,238,238,1)
|