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
730416f5
Commit
730416f5
authored
Jun 14, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
进度信息模块封装ui代码优化
parent
bcc347c3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
70 additions
and
68 deletions
+70
-68
medical-edit.vue
src/views/medical-record-management/medical-edit.vue
+70
-68
No files found.
src/views/medical-record-management/medical-edit.vue
View file @
730416f5
...
...
@@ -323,7 +323,6 @@ color: #333333;"
<el-form-item
label=
"医生职称"
prop=
"sterilizationStatus"
>
<el-select
v-model=
"form.sterilizationStatus"
clearable
style=
"width: 100%"
>
...
...
@@ -413,7 +412,10 @@ color: #333333;"
<!-- 内部信息 -->
<div
class=
"pet-insurance"
>
<el-table
:data=
"petProtect"
:header-cell-style=
"
{ background:'#E8E9E8'}" border>
<el-table-column
align=
"center"
label=
"药品名称"
prop=
"protectName"
/>
<el-table-column
align=
"center"
label=
"药品名称"
prop=
"protectName"
>
<el-input
v-model=
"form.petId"
maxlength=
"20"
/>
</el-table-column>
<el-table-column
align=
"center"
label=
"规格"
prop=
"type"
/>
<el-table-column
align=
"center"
label=
"数量"
prop=
"date"
/>
<el-table-column
align=
"center"
label=
"用法"
prop=
"date"
/>
...
...
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