|
@@ -47,7 +47,7 @@
|
|
|
<el-row>
|
|
|
<el-col :span="24">
|
|
|
<el-table v-loading="loading" :data="tableData" style="width: 100%;" highlight-current-row :header-cell-style="{ color: '#4A4A4A', fontSize: '14px', fontWeight: '500' }">
|
|
|
- <el-table-column prop="priority" label="优先级" min-width="90" align="right">
|
|
|
+ <el-table-column prop="priority" label="优先级" min-width="10%">
|
|
|
<template v-slot="scope">
|
|
|
<div class="div_priority" :style="{background: priorityColors[scope.row.priority%priorityColors.length]}">{{ 'P'+scope.row.priority }}</div>
|
|
|
<!-- <div :class="[{ active: isActive=='h' }, { active1: isActive=='l' },{ active1: isActive=='l' }]" /> -->
|