JX.Li пре 1 година
родитељ
комит
786722978d
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/views/zdsz/engineeringCivil/index.vue

+ 2 - 2
src/views/zdsz/engineeringCivil/index.vue

@@ -196,8 +196,8 @@
               placement="top-start"
               trigger="hover"
               :content="item.Type">
-              <span slot="reference" v-if="item.state == '0'" style="height: 20px;margin-right: 5px;width: 20px; border-radius: 50%; display: inline-block; background-color: #30B08F"></span>
-              <span slot="reference" v-if="item.state == '1'" style="height: 20px;margin-right: 5px;width: 20px; border-radius: 50%; display: inline-block; background-color: #C03639"></span>
+              <span slot="reference" v-if="item.state == '1'" style="height: 20px;margin-right: 5px;width: 20px; border-radius: 50%; display: inline-block; background-color: #30B08F"></span>
+              <span slot="reference" v-if="item.state == '0'" style="height: 20px;margin-right: 5px;width: 20px; border-radius: 50%; display: inline-block; background-color: #C03639"></span>
             </el-popover>
           </div>
         </template>