|
@@ -75,7 +75,7 @@
|
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
|
<el-table-column label="事件序号" align="center" prop="eventNo" width="100" fixed >
|
|
|
<template slot-scope="scope">
|
|
|
- <a @click="table_show(scope.row, scope.$index)" style="color:blue;cursor:pointer">{{scope.row.eventNo}}</a>
|
|
|
+ <a @click="table_show(scope.row, scope.$index)" style="color: #00afff;cursor: pointer">{{scope.row.eventNo}}</a>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="线路名称" align="center" prop="electLineName" :show-overflow-tooltip="true" width="160" fixed />
|