Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘怀志
pet-business-web
Commits
57cfc795
Commit
57cfc795
authored
Jun 29, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文章编辑二次弹窗按钮×的修复
parent
94af3e70
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
prescribing-modle.vue
...ement/registration-queue/components/prescribing-modle.vue
+1
-11
No files found.
src/views/service-management/registration-queue/components/prescribing-modle.vue
View file @
57cfc795
...
...
@@ -32,7 +32,7 @@
style=
"width: 100%"
>
<el-option
v-for=
"(item, index) in
petSexList
"
v-for=
"(item, index) in
dict.type.pet_sex
"
:key=
"index"
:label=
"item.label"
:value=
"item.value"
...
...
@@ -347,16 +347,6 @@ export default {
callback
()
}
return
{
petSexList
:
[{
label
:
'雄性'
,
value
:
'1'
},
{
label
:
'雌性'
,
value
:
'2'
},
{
label
:
'待定'
,
value
:
'0'
}],
checkItemOptions
:
[],
// 项目选项列表 根据检查类型变化
treatItemOptions
:
[],
// 治疗选项列表 根据检查类型变化
// 表单默认值
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment