|
@@ -35,7 +35,7 @@
|
|
|
{{enterpriseInfo.province}}{{enterpriseInfo.city}}{{enterpriseInfo.county}}{{enterpriseInfo.address}}
|
|
|
</el-descriptions-item>
|
|
|
</el-descriptions>
|
|
|
- <el-tabs v-if="show" v-model="activeName">
|
|
|
+ <el-tabs v-model="activeName">
|
|
|
<el-tab-pane label="收货地址" name="first">
|
|
|
<setAddress :mainData="enterpriseInfo"></setAddress>
|
|
|
</el-tab-pane>
|
|
@@ -98,7 +98,7 @@ export default {
|
|
|
this.userInfo = res.data
|
|
|
this.enterpriseData()
|
|
|
console.log(this.userInfo);
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
async queryAttments () {
|
|
|
console.log("执行111")
|
|
@@ -130,4 +130,4 @@ export default {
|
|
|
.label-width{
|
|
|
width: 120px;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|