|
|
|
@ -22,7 +22,7 @@ |
|
|
|
<el-tag :type="scope.row.status == 0 ? 'danger' : 'success'">{{ scope.row.status == 0 ? '未读' : '已读' }}</el-tag> |
|
|
|
<el-tag :type="scope.row.status == 0 ? 'danger' : 'success'">{{ scope.row.status == 0 ? '未读' : '已读' }}</el-tag> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
<template slot-scope="scope" slot="messageType"> |
|
|
|
<template slot-scope="scope" slot="messageType"> |
|
|
|
<el-tag :type="scope.row.messageType == 1 ? 'success' : ''">{{ scope.row.messageType == 1 ? '维修' : '维保' }}</el-tag> |
|
|
|
<el-tag :type="scope.row.messageType == 1 ? '' : 'success'">{{ scope.row.messageType == 1 ? '维保' : '维修' }}</el-tag> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
<template slot="menuLeft"> |
|
|
|
<template slot="menuLeft"> |
|
|
|
<el-button type="primary" |
|
|
|
<el-button type="primary" |
|
|
|
|