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
25f8a076
Commit
25f8a076
authored
May 12, 2023
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
71045115
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
src/views/outHistorygrouping.vue
+9
-8
No files found.
src/views/outHistorygrouping.vue
View file @
25f8a076
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<
template
>
<
template
>
<!-- 智能分组 -->
<!-- 智能分组 -->
<div
class=
"outsetgrouping"
id=
"setGroupingbox"
>
<div
class=
"outsetgrouping"
id=
"setGroupingbox"
>
<div
class=
"outsetgrouping_button"
>
<div
class=
"outsetgrouping_button"
style=
"margin-top: 15px"
>
<el-button
class=
"outsetgrouping_button_Searchbtn"
type=
"primary"
size=
"mini"
@
click=
"gosear"
>
<el-button
class=
"outsetgrouping_button_Searchbtn"
type=
"primary"
size=
"mini"
@
click=
"gosear"
>
<span
class=
"s2"
>
疾病分组查询
</span>
<span
class=
"s2"
>
疾病分组查询
</span>
</el-button>
</el-button>
...
@@ -192,7 +192,7 @@
...
@@ -192,7 +192,7 @@
>
>
<el-option
v-for=
"item in zdoptions"
:key=
"item.name"
:label=
"item.name"
:value=
"item.name"
/>
<el-option
v-for=
"item in zdoptions"
:key=
"item.name"
:label=
"item.name"
:value=
"item.name"
/>
</el-select>
</el-select>
<span
class=
"outaddrecordEnrollment_search_div1_span2"
>
其他诊断:
</span>
<
!--
<
span
class=
"outaddrecordEnrollment_search_div1_span2"
>
其他诊断:
</span>
<el-select
<el-select
class=
"outaddrecordEnrollment_search_div1_inp2"
class=
"outaddrecordEnrollment_search_div1_inp2"
v-model=
"otdiagName"
v-model=
"otdiagName"
...
@@ -208,7 +208,7 @@
...
@@ -208,7 +208,7 @@
clearable
clearable
>
>
<el-option
v-for=
"item in otzdoptions"
:key=
"item.name"
:label=
"item.name"
:value=
"item.name"
/>
<el-option
v-for=
"item in otzdoptions"
:key=
"item.name"
:label=
"item.name"
:value=
"item.name"
/>
</el-select>
</el-select>
-->
<!--
<span
class=
"outaddrecordEnrollment_search_div1_span3"
>
年龄:
</span>
<!--
<span
class=
"outaddrecordEnrollment_search_div1_span3"
>
年龄:
</span>
<el-input
v-model=
"ageinput"
placeholder=
"请输入年龄"
class=
"outaddrecordEnrollment_search_div1_inp3"
size=
"mini"
/>
岁
<el-input
v-model=
"ageinput"
placeholder=
"请输入年龄"
class=
"outaddrecordEnrollment_search_div1_inp3"
size=
"mini"
/>
岁
<span
class=
"outaddrecordEnrollment_search_div1_span4"
>
ICU总时长:
</span>
<span
class=
"outaddrecordEnrollment_search_div1_span4"
>
ICU总时长:
</span>
...
@@ -218,7 +218,7 @@
...
@@ -218,7 +218,7 @@
</span>
</span>
</div>
</div>
<div
class=
"outaddrecordEnrollment_search_div2"
>
<div
class=
"outaddrecordEnrollment_search_div2"
>
<span
class=
"outaddrecordEnrollment_search_div2_span1"
>
主手术:
</span>
<
!--
<
span
class=
"outaddrecordEnrollment_search_div2_span1"
>
主手术:
</span>
<el-select
<el-select
class=
"outaddrecordEnrollment_search_div2_inp1"
class=
"outaddrecordEnrollment_search_div2_inp1"
v-model=
"outaddsearchForm.opsName"
v-model=
"outaddsearchForm.opsName"
...
@@ -249,7 +249,7 @@
...
@@ -249,7 +249,7 @@
clearable
clearable
>
>
<el-option
v-for=
"item in otssoptions"
:key=
"item.name"
:label=
"item.name"
:value=
"item.name"
/>
<el-option
v-for=
"item in otssoptions"
:key=
"item.name"
:label=
"item.name"
:value=
"item.name"
/>
</el-select>
</el-select>
-->
<!--
<span
class=
"outaddrecordEnrollment_search_div2_span3"
>
新生儿年龄:
</span>
<!--
<span
class=
"outaddrecordEnrollment_search_div2_span3"
>
新生儿年龄:
</span>
<el-input
v-model=
"ageinput2"
placeholder=
"请输入新生儿年龄"
class=
"outaddrecordEnrollment_search_div2_inp3"
size=
"mini"
/>
天
<el-input
v-model=
"ageinput2"
placeholder=
"请输入新生儿年龄"
class=
"outaddrecordEnrollment_search_div2_inp3"
size=
"mini"
/>
天
...
@@ -273,6 +273,7 @@
...
@@ -273,6 +273,7 @@
<span>
入组名称:
{{
item
.
coreName
}}
</span>
<span>
入组名称:
{{
item
.
coreName
}}
</span>
<span>
基准点数:
{{
item
.
score
}}
</span>
<span>
基准点数:
{{
item
.
score
}}
</span>
<span>
预计DIP支付费用:
{{
item
.
unitfee
}}
</span>
<span>
预计DIP支付费用:
{{
item
.
unitfee
}}
</span>
<span>
入组类型:
{{
item
.
disNature
}}
</span>
</div>
</div>
<!--
<!--
<div
class=
"outaddrecordEnrollment_centent_totalnum_left_text3"
>
<div
class=
"outaddrecordEnrollment_centent_totalnum_left_text3"
>
...
@@ -1753,7 +1754,7 @@ export default {
...
@@ -1753,7 +1754,7 @@ export default {
height
:
70vh
;
height
:
70vh
;
overflow-y
:
auto
;
overflow-y
:
auto
;
&_totalnum
{
&_totalnum
{
height
:
151
px
;
padding
:
15
px
;
background-color
:
#fff
;
background-color
:
#fff
;
margin
:
12px
;
margin
:
12px
;
display
:
flex
;
display
:
flex
;
...
@@ -1762,7 +1763,7 @@ export default {
...
@@ -1762,7 +1763,7 @@ export default {
&_left
{
&_left
{
flex
:
1
;
flex
:
1
;
width
:
50%
;
width
:
50%
;
height
:
132px
;
background-color
:
rgba
(
44
,
171
,
227
,
0.08
);
background-color
:
rgba
(
44
,
171
,
227
,
0.08
);
margin
:
0
15px
;
margin
:
0
15px
;
display
:
flex
;
display
:
flex
;
...
@@ -1777,8 +1778,8 @@ export default {
...
@@ -1777,8 +1778,8 @@ export default {
margin-bottom
:
10px
;
margin-bottom
:
10px
;
justify-content
:
space-between
;
justify-content
:
space-between
;
span
{
span
{
height
:
100%
;
width
:
50%
;
width
:
50%
;
padding
:
10px
;
margin
:
5px
10px
;
margin
:
5px
10px
;
background-color
:
#fff
;
background-color
:
#fff
;
display
:
flex
;
display
:
flex
;
...
...
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