|
@@ -148,7 +148,7 @@
|
|
|
<el-main style="padding: 1%">
|
|
|
<el-row class="headerBg table_v" style=" padding-top: 0px;">
|
|
|
<el-col :span="24" style="min-height: 47vh;">
|
|
|
- <el-table size="small" :data="tableData" style="width: 100%; font-size: 14px; color:rgba(102,102,102,1);" :default-sort="{prop: 'priorityCode'}" show-overflow-tooltip="true" :header-cell-style="{ color: '#4A4A4A', fontSize: '14px', fontWeight: '500' }">
|
|
|
+ <el-table size="small" :data="tableData" style="width: 100%; font-size: 14px; color:rgba(102,102,102,1);" show-overflow-tooltip="true" :header-cell-style="{ color: '#4A4A4A', fontSize: '14px', fontWeight: '500' }">
|
|
|
<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>
|
|
@@ -315,6 +315,7 @@ export default {
|
|
|
item1.priorityLevel !== null ? item1.priorityLevel === item.name ? item1.priorityCode = item.code : '' : ''
|
|
|
})
|
|
|
})
|
|
|
+ console.log(this.tableData, '成都市开车')
|
|
|
}
|
|
|
})
|
|
|
},
|