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

品种

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