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
fb60cc63
Commit
fb60cc63
authored
Aug 16, 2023
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
65930 病历管理,取药状态显示不正确
parent
037c0995
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
medical-edit.vue
src/views/medical-record-management/medical-edit.vue
+1
-1
No files found.
src/views/medical-record-management/medical-edit.vue
View file @
fb60cc63
...
@@ -544,7 +544,7 @@ color: #333333;"
...
@@ -544,7 +544,7 @@ color: #333333;"
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.inputShow"
>
-
</span>
<span
v-if=
"scope.row.inputShow"
>
-
</span>
<span
v-else
>
<span
v-else
>
{{
scope
.
row
.
status
?
(
scope
.
row
.
status
===
'1'
?
'已取药'
:
'待取药'
)
:
'-'
}}
{{
scope
.
row
.
paymentStatus
===
'0'
?
'-'
:
(
scope
.
row
.
status
?
(
scope
.
row
.
status
===
'1'
?
'已取药'
:
'待取药'
)
:
'-'
)
}}
</span>
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
...
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