zhaoyun 6 月之前
父节点
当前提交
1b237892a6

+ 1 - 1
src/views/distributionnetwork/maintenance/completion-statistics/index.vue

@@ -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 />

+ 1 - 1
src/views/distributionnetwork/maintenance/process/index.vue

@@ -96,7 +96,7 @@
       <el-table-column type="selection" width="55" align="center" />
       <el-table-column label="月计划编号" align="center" prop="planCode"  width="150">
 		  <template slot-scope="scope">
-				<a @click="table_show(scope.row, scope.$index)" style="color:blue;cursor:pointer">{{scope.row.planCode}}</a>
+				<a @click="table_show(scope.row, scope.$index)" style="color: #00afff;cursor: pointer">{{scope.row.planCode}}</a>
 		  </template>
 	  </el-table-column>
       <el-table-column label="停电设备数" align="center" prop="powerOutageDevices" />

+ 1 - 1
src/views/distributionnetwork/secure/abnormal-data/index.vue

@@ -90,7 +90,7 @@
           <template slot-scope="scope">
             <a
               @click="handleDetail(scope.row, '明细')"
-              style="color: blue; cursor: pointer"
+              style="color: #00afff;cursor: pointer"
               >{{ scope.row.opContent }}</a
             >
           </template>

+ 1 - 1
src/views/distributionnetwork/secure/reason-for-cancellation/index.vue

@@ -108,7 +108,7 @@
           <template slot-scope="scope">
             <a
               @click="handleDetail(scope.row, '明细')"
-              style="color: blue; cursor: pointer"
+              style="color: #00afff;cursor: pointer"
               >{{ scope.row.opContent }}</a
             >
           </template>

+ 1 - 1
src/views/distributionnetwork/secure/reason-for-the-plan/index.vue

@@ -108,7 +108,7 @@
           <template slot-scope="scope">
             <a
               @click="handleDetail(scope.row, '明细')"
-              style="color: blue; cursor: pointer"
+              style="color: #00afff;cursor: pointer"
               >{{ scope.row.opContent }}</a
             >
           </template>

+ 1 - 1
src/views/distributionnetwork/secure/risk-identification/index.vue

@@ -90,7 +90,7 @@
           <template slot-scope="scope">
             <a
               @click="handleDetail(scope.row, '明细')"
-              style="color: blue; cursor: pointer"
+              style="color: #00afff;cursor: pointer"
               >{{ scope.row.opContent }}</a
             >
           </template>