Commit 281f4154 authored by zhengke's avatar zhengke

修改样式

parent e54e0a45
......@@ -92,7 +92,7 @@
}
.TPsecondTitle {
display: inline-block;
margin: 12px 0 0 0;
margin: 18px 0 0 0;
width: 50px;
text-align: right;
}
......
......@@ -582,7 +582,7 @@ export default {
lineShortName: "",
IsShare: 0,
Is_PacketGroup: 0,
LineDirection:'',
LineDirection:2,
},
departCompany: "",
departDepartment: "",
......@@ -636,7 +636,6 @@ export default {
this.total = res.data.data.count;
this.noData = !this.total > 0;
this.DataList = data;
console.log(this.DataList,'datalist');
} else {
this.Error(res.data.message);
}
......@@ -708,7 +707,6 @@ export default {
this.lineCountryArr = [];
var getInfo = this.DataList[index];
console.log(getInfo)
this.addMsg.lineName = getInfo.lineName;
this.addMsg.lineCode = getInfo.lineCode;
this.addMsg.lineShortName = getInfo.lineShortName;
......@@ -875,6 +873,7 @@ export default {
IsShare: 0,
lineCountryList: [],
Is_PacketGroup: 0,
LineDirection:2,
};
this.lineCountryArr = [];
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment