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
6cf86be8
Commit
6cf86be8
authored
Aug 14, 2023
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
64704 病历管理,编辑、详情标题、字段需求变更 没改完
parent
622fa00d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
11 deletions
+28
-11
medical-edit.vue
src/views/medical-record-management/medical-edit.vue
+28
-11
No files found.
src/views/medical-record-management/medical-edit.vue
View file @
6cf86be8
...
...
@@ -434,13 +434,13 @@ color: #333333;"
</el-col>
</el-row>
</el-form>
<!--7--
用药信息
-->
<!--7--
药物处理
-->
<div
class=
"title-content"
>
<div
class=
"title-left"
>
<div
class=
"tip-green"
/>
<div
class=
"tip-text"
>
用药信息
>
药物处理
</div>
</div>
<el-button
...
...
@@ -525,6 +525,15 @@ color: #333333;"
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"销售数量"
prop=
"sallNum"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.inputShow"
>
-
</span>
<span
v-else
>
{{
scope
.
row
.
sallNum
?
scope
.
row
.
sallNum
+
scope
.
row
.
sallUnit
:
'-'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"取药状态"
prop=
"status"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.inputShow"
>
-
</span>
...
...
@@ -604,7 +613,7 @@ color: #333333;"
<div
class=
"tip-green"
/>
<div
class=
"tip-text"
>
检查信息
>
辅助检查
</div>
</div>
<el-button
...
...
@@ -689,15 +698,12 @@ color: #333333;"
}}
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"
缴费状态"
prop=
"payTyp
e"
>
<el-table-column
align=
"center"
label=
"
检查设备"
prop=
"checkSchedul
e"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.inputShow"
>
-
</span>
<dict-tag
v-else
:options=
"dict.type.payment_status"
:value=
"scope.row.payType"
class=
"content-style"
/>
<span
v-else
>
{{
scope
.
row
.
deviceName
?
(
scope
.
row
.
deviceName
)
:
'-'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"检查状态"
prop=
"checkSchedule"
>
...
...
@@ -724,6 +730,17 @@ color: #333333;"
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"缴费状态"
prop=
"payType"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.inputShow"
>
-
</span>
<dict-tag
v-else
:options=
"dict.type.payment_status"
:value=
"scope.row.payType"
class=
"content-style"
/>
</
template
>
</el-table-column>
<el-table-column
v-if=
"isEdit"
align=
"center"
...
...
@@ -784,7 +801,7 @@ color: #333333;"
<div
class=
"tip-green"
/>
<div
class=
"tip-text"
>
治疗信息
>
辅助治疗
</div>
</div>
<el-button
...
...
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