sqg 3 år sedan
förälder
incheckning
2358ad343d
1 ändrade filer med 3 tillägg och 5 borttagningar
  1. 3 5
      front-vue/src/views/service/rel/companyRel.vue

+ 3 - 5
front-vue/src/views/service/rel/companyRel.vue

@@ -237,7 +237,7 @@
                     v-hasPermi="['service:rel:query']"
                   >详情</el-button>
                   <el-button
-                    v-if="scope.row.launch && scope.row.launchScrStatus == '02'"
+                    v-if="scope.row.scpInvite == '1' && scope.row.launch && scope.row.launchScrStatus == '02'"
                     size="mini"
                     type="text"
                     @click="handleRelInvite(scope.row)"
@@ -258,10 +258,8 @@
                     v-hasPermi="['service:spare:removeSpare']"
                   >解绑</el-button>
                   <el-button
-                    v-if="
-            scope.row.scpInvite == '1' && scope.row.scpStatus == '00'
-            && scope.row.scpContarct && scope.row.scpContarctPhone
-            "
+                    v-if="scope.row.scpInvite == '1' && scope.row.scpStatus == '00'
+                          && scope.row.scpContarct && scope.row.scpContarctPhone"
                     size="mini"
                     type="text"
                     @click="handleInvite(scope.row)"