Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-composition-api
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宁路鹏
vue-composition-api
Commits
50694927
Commit
50694927
authored
Sep 16, 2025
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
2b6a7a95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
src/views/patientinfo.vue
+13
-0
No files found.
src/views/patientinfo.vue
View file @
50694927
...
@@ -121,6 +121,17 @@
...
@@ -121,6 +121,17 @@
<el-input
<el-input
size=
"mini"
size=
"mini"
class=
"mar-right-10"
class=
"mar-right-10"
v-model
.
trim=
"searchFrom.b25"
style=
"width: 160px"
placeholder=
"请输入住院医师"
clearable
@
clear=
"search"
@
keyup
.
enter
.
native=
"search"
>
</el-input>
<el-input
size=
"mini"
class=
"mar-right-10"
v-model
.
trim=
"searchFrom.doctorName"
v-model
.
trim=
"searchFrom.doctorName"
style=
"width: 160px"
style=
"width: 160px"
placeholder=
"请输入主治医生"
placeholder=
"请输入主治医生"
...
@@ -277,6 +288,7 @@
...
@@ -277,6 +288,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"indeptname"
label=
"当前科室"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"indeptname"
label=
"当前科室"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"b25"
label=
"住院医师"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"doctorname"
label=
"主治医生"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"doctorname"
label=
"主治医生"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"inhosdays"
label=
"住院天数"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"inhosdays"
label=
"住院天数"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"isjoin"
label=
"是否出院"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"isjoin"
label=
"是否出院"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
...
@@ -419,6 +431,7 @@ export default {
...
@@ -419,6 +431,7 @@ export default {
dis_type
:
""
,
dis_type
:
""
,
shzt
:
""
,
shzt
:
""
,
balance
:
""
,
balance
:
""
,
b25
:
""
,
},
},
obj
:
{
obj
:
{
正常病例
:
"#22d016"
,
正常病例
:
"#22d016"
,
...
...
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