Commit 59bbacc2 authored by 盖献康's avatar 盖献康

品种

parent 77808db1
...@@ -38,12 +38,22 @@ ...@@ -38,12 +38,22 @@
</el-col> </el-col>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="宠物品种"> <el-form-item label="宠物品种">
<el-input <el-col :span="9" style="padding-right: 10px;">
v-model="checkDetail.petBreed" <el-input
class="input-detail" v-model="checkDetail.petBreed"
placeholder="暂无数据" style="width: 195px;"
disabled placeholder="暂无数据"
/> disabled
/>
</el-col>
<el-col :span="2">
<el-input
v-model="checkDetail.petChildBreed"
style="width: 195px;"
placeholder="暂无数据"
disabled
/>
</el-col>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
......
...@@ -353,7 +353,8 @@ export default { ...@@ -353,7 +353,8 @@ export default {
}) })
// 预约设备成功后,返回详情页 // 预约设备成功后,返回详情页
this.$router.push({ this.$router.push({
name: 'CheckDetail' name: 'CheckDetail',
query: { checkId: this.currentCheckId }
}) })
}) })
}, },
......
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