mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
Merge branch 'dev' of http://192.168.2.2:8099/jsowell/jsowell-charger-web into dev
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<div class="app-container Input">
|
||||
<el-tabs type="border-card" v-model="activeName" @tab-click="handleClick">
|
||||
<el-tab-pane label="订单" name="order">
|
||||
<stationOrderList ref="order" :stationId="stationId" />
|
||||
@@ -494,7 +494,7 @@ export default {
|
||||
if (parkingId === item.id) {
|
||||
console.log("item", item);
|
||||
this.parkingInfo = item;
|
||||
console.log("this.parkingInfo", this.parkingInfo)
|
||||
console.log("this.parkingInfo", this.parkingInfo);
|
||||
}
|
||||
});
|
||||
},
|
||||
@@ -595,7 +595,7 @@ export default {
|
||||
height: 400px;
|
||||
// margin-left: 50%; transform: translate(-50%,0);
|
||||
}
|
||||
::v-deep .el-input--medium {
|
||||
::v-deep .Input .el-input--medium {
|
||||
width: 400px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user