|
@@ -23,8 +23,7 @@
|
|
type="text"
|
|
type="text"
|
|
style="margin-right: 10px;"
|
|
style="margin-right: 10px;"
|
|
@click="handlePush(scope.row,scope.index)"
|
|
@click="handlePush(scope.row,scope.index)"
|
|
- v-if="(scope.row.status == -1 || scope.row.status == 1)"
|
|
|
|
- >{{ scope.row.status == -1 ? '上线' : '下线' }}</el-button>
|
|
|
|
|
|
+ >{{ (scope.row.status == -1 || !scope.row.status) ? '上线' : '下线' }}</el-button>
|
|
</span>
|
|
</span>
|
|
<!-- <span v-hasPermi="['otaMr:meituan:tuisong']" style="display: inline-block;">
|
|
<!-- <span v-hasPermi="['otaMr:meituan:tuisong']" style="display: inline-block;">
|
|
<el-button
|
|
<el-button
|