|
@@ -12,11 +12,13 @@
|
|
|
<el-table-column v-for="item in column.filter(item=>!item.ifHidden)" :render-header=" $commonJS.renderHeaderMethods" :key="item.value" :prop="item.value" :label="item.name" :sortable="item.ifSort?'custom':false" :align="['createName','createTime'].indexOf(item.value)!=-1?'center':'left'">
|
|
|
<template slot-scope="scope">
|
|
|
<div v-if="['name'].includes(item.value)" class="patentName">
|
|
|
- <el-link type="primary" @click="handleClick(scope.row, item.value)">
|
|
|
+ <el-link type="primary" @click="handleClick(scope.row, item.value)" style="display:inline">
|
|
|
<span v-html="$commonJS.getColumnData(scope.row, item)"></span>
|
|
|
- <span v-if="scope.row.ifUpdate" class="iconfont icon-shiwujiaoxing" style="color:red"></span>
|
|
|
</el-link>
|
|
|
-
|
|
|
+ <span v-if="scope.row.ifUpdate">
|
|
|
+ (<span class="iconfont icon-shiwujiaoxing" style="color:red"></span>
|
|
|
+ 监控中)
|
|
|
+ </span>
|
|
|
<!-- <div v-if="scope.row.ifUpdate" class="jiankong" >
|
|
|
<el-image class="img" :src="require('@/assets/img/摄像头.png')" fit="contain"></el-image>
|
|
|
</div> -->
|