|
@@ -4,9 +4,9 @@
|
|
|
<u-navbar title="充电枪设置"></u-navbar>
|
|
|
<u-tabs :list="list" :is-scroll="false" :current="current" @change="change" active-color="#101010"></u-tabs>
|
|
|
|
|
|
- <u-modal v-model="show2" @confirm="submitApi()" :show-cancel-button='true' :confirm-text="'继续提交'" >
|
|
|
- <view style="padding: 10px;text-align: center;">
|
|
|
- <p style="padding-bottom: 10px;">以下预约时段存在问题:</p>
|
|
|
+ <u-modal v-model="show2" @confirm="submitApi()" :show-cancel-button='true' title="以下预约时段存在问题:" :confirm-text="'继续提交'" >
|
|
|
+ <view style="padding: 15px;text-align: center;">
|
|
|
+ <!-- <p style="padding-bottom: 10px;">以下预约时段存在问题:</p> -->
|
|
|
<p v-for="(item,i) in errorlist" :key="i" >
|
|
|
{{item.name}}{{item.value}}
|
|
|
</p>
|
|
@@ -498,7 +498,7 @@
|
|
|
if(bl){
|
|
|
this.errorlist.push({
|
|
|
name:this.weekSz[i],
|
|
|
- value:"不在开放时段"
|
|
|
+ value:"不在共享开放时段"
|
|
|
})
|
|
|
}
|
|
|
}
|