|
|
|
@ -187,7 +187,9 @@
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="操作" fixed="right">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button type="text" size="small" :disabled="configQuery.downstreamEnable" @click.native="remveBus(scope.$index, scope.row)">移除</el-button>
|
|
|
|
|
<el-button type="text" size="small" :disabled="configQuery.downstreamEnable"
|
|
|
|
|
@click.native="remveBus(scope.$index, scope.row)">移除
|
|
|
|
|
</el-button>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table>
|
|
|
|
@ -375,6 +377,7 @@ export default {
|
|
|
|
|
var selectData = this.multipleSelection;
|
|
|
|
|
selectData.forEach((obj) => {
|
|
|
|
|
obj.outChange = false;
|
|
|
|
|
obj.orderStatus = 7;
|
|
|
|
|
let isPut = true;
|
|
|
|
|
for (let i = 0; i < this.checkedBusTypes.length; i++) {
|
|
|
|
|
if (this.checkedBusTypes[i].action == obj.action) {
|
|
|
|
|