@ -919,7 +919,7 @@
<el-table-column label="序号" width="120">
<template scope="scope">
<span style="margin-left: 10px">{{
scope.row.landCode
scope.row.index
}}</span>
</template>
</el-table-column>
@ -2009,15 +2009,14 @@ export default {
index++;
});
this.landLonLat.push({
landCode: index + 1,
landLonLat: "",
lineColor: "",
lineWidth: "8",
lineOpaqueness: "80",
fillColor: "",
fillOpaqueness: "80",
lineColor: "#FF0000",
lineWidth: "2",
lineOpaqueness: "160",
fillColor: "#ffff00",
fillOpaqueness: "100",
edit: true,
index: index,
index: index + 1,
}
},
@ -645,7 +645,7 @@
@ -1575,15 +1575,14 @@ export default {