|
@@ -29,7 +29,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div>
|
|
<div>
|
|
<i
|
|
<i
|
|
- :class="iconClassMap[scope.row.Type]?iconClassMap[scope.row.Type]:'msg-icon el-icon-warning warning-color'"
|
|
|
|
|
|
+ :class="iconClassMap[scope.row.type]?iconClassMap[scope.row.type]:'msg-icon el-icon-warning warning-color'"
|
|
style="font-size:14px;"></i>
|
|
style="font-size:14px;"></i>
|
|
<span>{{ typeMap[scope.row.type] ? typeMap[scope.row.type] : scope.row.type }}</span>
|
|
<span>{{ typeMap[scope.row.type] ? typeMap[scope.row.type] : scope.row.type }}</span>
|
|
</div>
|
|
</div>
|