|
@@ -121,7 +121,7 @@
|
|
:data="form.adminPodCastProgramDetailResp"
|
|
:data="form.adminPodCastProgramDetailResp"
|
|
@selection-change="handleSelect"
|
|
@selection-change="handleSelect"
|
|
>
|
|
>
|
|
- <el-table-column type="selection" align="center" />
|
|
|
|
|
|
+ <!-- <el-table-column type="selection" align="center" /> -->
|
|
<el-table-column
|
|
<el-table-column
|
|
label="ID"
|
|
label="ID"
|
|
prop="id"
|
|
prop="id"
|
|
@@ -166,7 +166,8 @@
|
|
icon="el-icon-caret-bottom"
|
|
icon="el-icon-caret-bottom"
|
|
@click="getChange(false, scope.$index, scope.$index + 1)"
|
|
@click="getChange(false, scope.$index, scope.$index + 1)"
|
|
:disabled="
|
|
:disabled="
|
|
- scope.$index > form.adminPodCastProgramDetailResp.length - 2 && !disabled
|
|
|
|
|
|
+ scope.$index >
|
|
|
|
+ form.adminPodCastProgramDetailResp.length - 2 && !disabled
|
|
"
|
|
"
|
|
/>
|
|
/>
|
|
</template>
|
|
</template>
|
|
@@ -210,7 +211,6 @@
|
|
:value="item.value"
|
|
:value="item.value"
|
|
:label="item.label"
|
|
:label="item.label"
|
|
/>
|
|
/>
|
|
-
|
|
|
|
</el-select>
|
|
</el-select>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-form-item label="资源平台:">
|
|
<el-form-item label="资源平台:">
|
|
@@ -463,7 +463,8 @@ export default {
|
|
this.form.adminPodCastProgramDetailResp[laterIndex] = row;
|
|
this.form.adminPodCastProgramDetailResp[laterIndex] = row;
|
|
this.form.adminPodCastProgramDetailResp[index] = laterRow;
|
|
this.form.adminPodCastProgramDetailResp[index] = laterRow;
|
|
}
|
|
}
|
|
- this.form.adminPodCastProgramDetailResp = this.form.adminPodCastProgramDetailResp.filter((i) => i);
|
|
|
|
|
|
+ this.form.adminPodCastProgramDetailResp =
|
|
|
|
+ this.form.adminPodCastProgramDetailResp.filter((i) => i);
|
|
},
|
|
},
|
|
|
|
|
|
tableKey(row) {
|
|
tableKey(row) {
|
|
@@ -632,12 +633,12 @@ export default {
|
|
},
|
|
},
|
|
|
|
|
|
// 多选
|
|
// 多选
|
|
- handleSelect(e) {
|
|
|
|
- this.ids = [];
|
|
|
|
- e.map((i) => {
|
|
|
|
- this.ids.push(i.id);
|
|
|
|
- });
|
|
|
|
- },
|
|
|
|
|
|
+ // handleSelect(e) {
|
|
|
|
+ // this.ids = [];
|
|
|
|
+ // e.map((i) => {
|
|
|
|
+ // this.ids.push(i.id);
|
|
|
|
+ // });
|
|
|
|
+ // },
|
|
|
|
|
|
// 取消
|
|
// 取消
|
|
cancel() {
|
|
cancel() {
|