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

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

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