@@ -55,6 +55,7 @@ export default {
padding: 14px 15px 7px 10px;
min-height: 40px;
justify-content: space-between;
+ margin: 0;
.title-left {
display: flex;
i {
@@ -1499,13 +1499,14 @@ export default {
this.getRowList = res.data.filter((e) => e.checked == 0);
this.setRowList = res.data;
this.setRowList = this.setRowList.reduce((res, item) => {
- res.push({
- surface: item.surface,
- label: item.label,
- name: item.name,
- checked: item.checked,
- width: item.width,
- });
+ res.push({
+ surface: item.surface,
+ label: item.label,
+ name: item.name,
+ checked: item.checked,
+ width: item.width,
+ fixed: item.fixed,
+ });
return res;
}, []);
}
@@ -1374,13 +1374,14 @@ export default {
@@ -701,13 +701,14 @@ export default {
@@ -694,13 +694,14 @@ export default {
@@ -670,7 +670,7 @@
label="联系电话"
align="center"
prop="driverTel"
- width="130"
+ width="145"
>
<template slot-scope="scope">
<el-input
@@ -759,6 +759,7 @@ export default {
name: item.name,
checked: item.checked,
width: item.width,
});
@@ -767,6 +768,7 @@ export default {
},
//保存列设置
save() {
+ console.log(this.setRowList);
this.showSetting = false;
this.data = {
tableName: "车队派车",
@@ -997,13 +997,14 @@ export default {
@@ -826,13 +826,14 @@ export default {
@@ -827,13 +827,14 @@ export default {
@@ -829,13 +829,14 @@ export default {
@@ -823,13 +823,14 @@ export default {
@@ -3466,13 +3466,14 @@ export default {
@@ -3618,13 +3618,14 @@ export default {
@@ -3446,13 +3446,14 @@ export default {