Hwt 2 years ago
parent
commit
69409995a0

+ 2 - 2
operationSupport/src/views/payService/receivableExamine/index.vue

@@ -79,11 +79,11 @@
           >
           >
             <i
             <i
               v-if="scope.row.status == 1"
               v-if="scope.row.status == 1"
-              class="zoniot_font zoniot-icon-xiangqing"
+              class="zoniot_font zoniot-icon-shenhe"
               @click="viewDetails(scope.row)"
               @click="viewDetails(scope.row)"
             ></i>
             ></i>
             <i
             <i
-              class="zoniot_font zoniot-icon-xiangqing ashText"
+              class="zoniot_font zoniot-icon-shenhe ashText"
               v-else
               v-else
             ></i>
             ></i>
           </el-tooltip>
           </el-tooltip>

+ 3 - 4
operationSupport/src/views/propertyManagement/neighbor.vue

@@ -55,11 +55,10 @@
             slot="opt"
             slot="opt"
           >
           >
             <div class="opt">
             <div class="opt">
-              <img
-                src="../../assets/img/icon_bianji@2x.png"
-                alt=""
+              <i
+                class="zoniot_font zoniot-icon-bianji"
                 @click="clickEdit('endit', scope.row)"
                 @click="clickEdit('endit', scope.row)"
-              />
+              ></i>
               <img
               <img
                 src="../../assets/img/icon_shanchu@2x.png"
                 src="../../assets/img/icon_shanchu@2x.png"
                 alt=""
                 alt=""

+ 1 - 1
operationSupport/src/views/propertyManagement/style.scss

@@ -56,7 +56,7 @@ $fontSizeSmall: 14px;
     .complaint-title-left {
     .complaint-title-left {
         width: 4px;
         width: 4px;
         height: 12px;
         height: 12px;
-        background-color: #0eaeff;
+        background-color: #0be5f0;
         border-radius: 2px;
         border-radius: 2px;
         margin-top: 4px;
         margin-top: 4px;
         margin-right: 10px;
         margin-right: 10px;

+ 0 - 1
smart/src/views/vehicleAudit/detalis.vue

@@ -246,7 +246,6 @@ export default {
             this.params.callback();
             this.params.callback();
           }
           }
         } else {
         } else {
-
         }
         }
       })
       })
     }
     }