|
@@ -265,7 +265,7 @@
|
|
|
@click="bug_list(item.code)"
|
|
|
><span :style="{color: item.msg === '全部'? colorSty :''}">{{ item.msg }}</span></span>
|
|
|
</div>
|
|
|
- <el-table size="mini" :data="bugBaseInfoDOList" min-height="200" style="width: 100%; font-size: 14px; color:rgba(102,102,102,1);" show-overflow-tooltip="true" :default-sort="{prop: 'priorityCode'}" :header-cell-style="{ color: '#4A4A4A', fontSize: '14px', fontWeight: '500' }">
|
|
|
+ <el-table size="mini" :data="bugBaseInfoDOList" min-height="200" style="width: 100%; font-size: 14px; color:rgba(102,102,102,1);" show-overflow-tooltip="true" :default-sort="{prop: 'priorityCode'}" :header-cell-style="{ color: '#4A4A4A', fontSize: '14px', fontWeight: '500',borderTop: '0.5px solid #EEF0F5'}">
|
|
|
<el-table-column label="优先级" prop="priorityCode" sortable align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<div class="div_priority" :style="{background: priorityColors[scope.row.priorityCode]}">{{ scope.row.priorityLevel | oneA }}</div>
|