|
@@ -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)"
|