699508a6 by zhangmeng

限制

1 parent 36dfb833
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
39 {{h.remarks}} 39 {{h.remarks}}
40 </div> 40 </div>
41 <div style="text-align: center"> 41 <div style="text-align: center">
42 <el-button class="btn-lineG w200px" round type="primary" size="large" @click="goDetail(h)">{{ language==0?'立即预约':'Select' }}</el-button> 42 <el-button :disabled="h.counts<=0" class="btn-lineG w200px" round type="primary" size="large" @click="goDetail(h)">{{ language==0?'立即预约':'Select' }}</el-button>
43 </div> 43 </div>
44 </el-card> 44 </el-card>
45 </el-col> 45 </el-col>
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
39 {{h.remarks}} 39 {{h.remarks}}
40 </div> 40 </div>
41 <div style="text-align: center"> 41 <div style="text-align: center">
42 <el-button class="btn-lineG w200px" round type="primary" size="large" @click="goDetail(h)">{{ language==0?'立即预约':'Select' }}</el-button> 42 <el-button :disabled="h.counts<=0" class="btn-lineG w200px" round type="primary" size="large" @click="goDetail(h)">{{ language==0?'立即预约':'Select' }}</el-button>
43 </div> 43 </div>
44 </el-card> 44 </el-card>
45 </el-col> 45 </el-col>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!