Commit 57cfc795 authored by 小费同学阿's avatar 小费同学阿 💬

文章编辑二次弹窗按钮×的修复

parent 94af3e70
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
style="width: 100%" style="width: 100%"
> >
<el-option <el-option
v-for="(item, index) in petSexList" v-for="(item, index) in dict.type.pet_sex"
:key="index" :key="index"
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
...@@ -347,16 +347,6 @@ export default { ...@@ -347,16 +347,6 @@ export default {
callback() callback()
} }
return { return {
petSexList: [{
label: '雄性',
value: '1'
}, {
label: '雌性',
value: '2'
}, {
label: '待定',
value: '0'
}],
checkItemOptions: [], // 项目选项列表 根据检查类型变化 checkItemOptions: [], // 项目选项列表 根据检查类型变化
treatItemOptions: [], // 治疗选项列表 根据检查类型变化 treatItemOptions: [], // 治疗选项列表 根据检查类型变化
// 表单默认值 // 表单默认值
......
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