Commit 9e09e489 authored by 盖献康's avatar 盖献康

bug-详情输入框禁用

parent 13c1208e
...@@ -221,7 +221,7 @@ ...@@ -221,7 +221,7 @@
<div style="height: 16px;border-left: 3px solid #5bb647;" /> <div style="height: 16px;border-left: 3px solid #5bb647;" />
<div style="padding-left: 8px;font-size: 16px;font-weight: bold;">预约信息</div> <div style="padding-left: 8px;font-size: 16px;font-weight: bold;">预约信息</div>
<div style="margin-left: auto;padding-right: 50px;"> <div style="margin-left: auto;padding-right: 50px;">
<el-button class="fourWordsBtn" @click="bookNow">立即预约</el-button> <el-button v-show="checkDetail.deviceId === null" class="fourWordsBtn" @click="bookNow">立即预约</el-button>
</div> </div>
</div> </div>
<!-- 预约信息 --> <!-- 预约信息 -->
...@@ -239,7 +239,7 @@ ...@@ -239,7 +239,7 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="设备服务费"> <el-form-item label="设备服务费">
<el-input <el-input
class="input-detail" class="input-detail"
placeholder="暂无数据" placeholder="暂无数据"
......
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