|
@@ -84,7 +84,7 @@
|
|
|
<span>选择付费账号:</span>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="div_top" v-if="sys_payincidence == '1'">
|
|
|
- <tableLayout ref="account1" :layout="tablecolsAccount" :data="list" :opwidth="200" :custom="true" height="240px" fixedName="operation">
|
|
|
+ <tableLayout ref="account1" :layout="tablecolsAccount" :data="list" :opwidth="200" :custom="true" :height="'240px'" fixedName="operation">
|
|
|
<template v-slot:customcol="scope">
|
|
|
<span v-if="scope.column.columnname === 'operation'" ></span>
|
|
|
<span v-else-if="scope.column.columnname === 'enddate'">
|
|
@@ -100,7 +100,7 @@
|
|
|
</tableLayout>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="div_top" v-if="sys_payincidence == '2'">
|
|
|
- <tableLayout ref="account2" :layout="tablecolsMain" :data="list" :opwidth="200" :custom="true" height="370px" fixedName="operation">
|
|
|
+ <tableLayout ref="account2" :layout="tablecolsMain" :data="list" :opwidth="200" :custom="true" :height="'370px'" fixedName="operation">
|
|
|
<template v-slot:customcol="scope">
|
|
|
<span v-if="scope.column.columnname === 'operation'" ></span>
|
|
|
<span v-else-if="scope.column.columnname === 'enddate'">
|
|
@@ -268,8 +268,8 @@ export default {
|
|
|
this.userLeader = item.userid
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
})
|
|
|
+ this.userids = []
|
|
|
this.list.forEach(item=>{
|
|
|
if (item.checkRow){
|
|
|
this.userids.push({
|
|
@@ -287,6 +287,7 @@ export default {
|
|
|
},
|
|
|
/*选择版本*/
|
|
|
onCheck(val){
|
|
|
+
|
|
|
this.userLeader = ''
|
|
|
this.userids = []
|
|
|
this.versionList.forEach(item=>{
|