@ -326,6 +326,7 @@ var arrRe=[
//无色
describe: '空',
color: '#ecf0f1'
// color: '#3742fa'
},
'1': {
@ -185,7 +185,6 @@ export default {
async created() {
this.tableConfig = await this.getTableHeaderCom('busin_inventory', tableConfig.call(this))
console.log(this.tableConfig)
watch: {
//侦听 locationCode的变化
@ -115,7 +115,6 @@ export default {
// dataList.forEach((element) => {
// this.tableForm.config.unshift(element);
// });
// 获取货主ids
const { rows } = await list({ orderNo: dataList[0].orderNo })
this.tableForm.config = rows
@ -1324,7 +1324,7 @@ export default {
.map-container {
width: 100%;
height: 100%;
background-color: #000000;
// background-color: #000000;
}
.control {