|
@@ -2,7 +2,7 @@
|
|
|
<el-drawer :title="Statistics.label" :visible.sync="drawer_" :direction="direction" :modal="false" :class="{'drawer-box': showClass}" size="100%" :before-close="handleClose">
|
|
|
<div style="height: calc(100vh - 200px); overflow: scroll; overflow-x: hidden;">
|
|
|
<el-table :data="tableData" style="width: 100%;" :header-cell-style="{ 'color':'rgba(74,74,74,1)','font-size':'14px','font-weight':'500' }" class="integration-num">
|
|
|
- <el-table-column label="优先级" min-width="100" align="right">
|
|
|
+ <el-table-column label="优先级" min-width="80" align="left">
|
|
|
<template slot-scope="scope">
|
|
|
<div class="div_priority" :style="{background: priorityColors[scope.row.priority % priorityColors.length]}">{{ 'P'+scope.row.priority }}</div>
|
|
|
</template>
|