|
@@ -6,7 +6,7 @@
|
|
|
<span class="bug-statusList" :class="[statusNum === item.value ? 'bug-color' : 'bug-bgColor']" @click="bugGetQueryList(item)">{{ item.name }}</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
- <el-popover placement="bottom-end" width="400" trigger="click">
|
|
|
+ <el-popover placement="bottom-end" width="400" trigger="click" :visible-arrow="false">
|
|
|
<div class="bug-query">
|
|
|
<div class="bug-queryTitle"> 筛选项 </div>
|
|
|
<span class="el-icon-close bug-statusList" @click="clone" />
|
|
@@ -307,7 +307,7 @@ export default {
|
|
|
},
|
|
|
bugClickIcon() {
|
|
|
this.bugIcon = false
|
|
|
- this.statusNum = ''
|
|
|
+ this.statusNum = 44
|
|
|
},
|
|
|
getBugList() {
|
|
|
this.bugGetTableList(this.queryData, false)
|