提交 dd8fc977 authored 作者: huaxinzhu's avatar huaxinzhu

云仓官网-部分;其他bug修复

上级 6fb7e418
差异被折叠。
......@@ -316,7 +316,11 @@
this.bank = false;
this.zfb = false;
this.getList();
}else {
this.message({type:'error',message: response.message});
}
this.loading = true;
});
}
......
......@@ -114,19 +114,18 @@ export default {
watch:{
'parameterdata': function(val) {
this.orgGoodsPam = val;
this.preTableTitle = [];
this.orgGoodsPam.pamDataList.forEach((item)=> {
let preTitle = '';
if (!Array.isArray(item)) {
preTitle = this.orgGoodsPam.pamNameList[0].specName + ':' + item;
}else {
item.forEach((itemI,indexI)=> {
preTitle += (this.orgGoodsPam.pamNameList[indexI].specName + " " + itemI) + " ";
});
}
this.preTableTitle.push(preTitle);
});
//this.preTableTitle = [];
// this.orgGoodsPam.pamDataList.forEach((item)=> {
// let preTitle = '';
// if (!Array.isArray(item)) {
// preTitle = this.orgGoodsPam.pamNameList[0].specName + ':' + item;
// }else {
// item.forEach((itemI,indexI)=> {
// preTitle += (this.orgGoodsPam.pamNameList[indexI].specName + " " + itemI) + " ";
// });
// }
// this.preTableTitle.push(preTitle);
// });
},
},
......
......@@ -365,7 +365,7 @@
flex-direction: row;
justify-content: start;
align-items: center;
font-size: 18px;
font-size: 16px;
color: #333;
font-weight: 400;
height: 24px;
......@@ -432,7 +432,7 @@
border-bottom:1px solid #eee;
}
.floor-nav .nav-list .nav-list-item {
font-size: 18px;
font-size: 16px;
font-weight: 400;
color: #333333;
padding: 0 25px 15px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论