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
b4deae12
Commit
b4deae12
authored
Jul 12, 2022
by
DESKTOP-KM66R2T\Administrator
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/DRG分支' into develop
parents
a03a8fec
7a11d82b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
9 deletions
+14
-9
src/views/outHistorygrouping.vue
+6
-6
src/views/outaddrecordEnrollment.vue
+8
-3
No files found.
src/views/outHistorygrouping.vue
View file @
b4deae12
<!--
<!--
* @Author: wsq
* @Author: wsq
* @Date: 2022-03-02 16:34:58
* @Date: 2022-03-02 16:34:58
* @LastEditors:
ninglupeng
* @LastEditors:
wsq
* @LastEditTime: 2022-0
6-07 15:06:17
* @LastEditTime: 2022-0
7-11 16:37:03
* @Description:
* @Description:
-->
-->
<
template
>
<
template
>
...
@@ -1053,7 +1053,7 @@ export default {
...
@@ -1053,7 +1053,7 @@ export default {
justify-content
:
center
;
justify-content
:
center
;
span
{
span
{
height
:
100%
;
height
:
100%
;
width
:
50
%
;
width
:
85
%
;
//
margin
:
5px
5px
;
//
margin
:
5px
5px
;
display
:
flex
;
display
:
flex
;
justify-content
:
start
;
justify-content
:
start
;
...
@@ -1073,7 +1073,7 @@ export default {
...
@@ -1073,7 +1073,7 @@ export default {
justify-content
:
center
;
justify-content
:
center
;
span
{
span
{
height
:
100%
;
height
:
100%
;
width
:
50
%
;
width
:
85
%
;
//
margin
:
5px
5px
;
//
margin
:
5px
5px
;
display
:
flex
;
display
:
flex
;
justify-content
:
start
;
justify-content
:
start
;
...
@@ -1093,7 +1093,7 @@ export default {
...
@@ -1093,7 +1093,7 @@ export default {
justify-content
:
center
;
justify-content
:
center
;
span
{
span
{
height
:
100%
;
height
:
100%
;
width
:
50
%
;
width
:
85
%
;
//
margin
:
5px
5px
;
//
margin
:
5px
5px
;
display
:
flex
;
display
:
flex
;
justify-content
:
start
;
justify-content
:
start
;
...
@@ -1113,7 +1113,7 @@ export default {
...
@@ -1113,7 +1113,7 @@ export default {
justify-content
:
center
;
justify-content
:
center
;
span
{
span
{
height
:
100%
;
height
:
100%
;
width
:
50
%
;
width
:
85
%
;
//
margin
:
5px
5px
;
//
margin
:
5px
5px
;
display
:
flex
;
display
:
flex
;
justify-content
:
start
;
justify-content
:
start
;
...
...
src/views/outaddrecordEnrollment.vue
View file @
b4deae12
...
@@ -96,6 +96,13 @@
...
@@ -96,6 +96,13 @@
import
{
getItem
,
setItem
,
clear
}
from
'../utils/auth'
;
import
{
getItem
,
setItem
,
clear
}
from
'../utils/auth'
;
import
http
from
'../utils/http'
;
import
http
from
'../utils/http'
;
import
{
reactive
,
toRefs
,
onMounted
,
nextTick
,
computed
,
}
from
"@vue/composition-api"
;
import
{
decimal
}
from
'../utils/decimal'
;
import
{
decimal
}
from
'../utils/decimal'
;
...
@@ -109,8 +116,7 @@ export default {
...
@@ -109,8 +116,7 @@ export default {
dialogVisible
:
Boolean
,
//弹出层是否显示
dialogVisible
:
Boolean
,
//弹出层是否显示
},
},
setup
(
props
,
context
)
{
setup
()
{
const
state
=
reactive
({
const
state
=
reactive
({
...
@@ -126,7 +132,6 @@ export default {
...
@@ -126,7 +132,6 @@ export default {
addgroupList2
:
[],
//主手术
addgroupList2
:
[],
//主手术
addgroupArr2
:
[],
addgroupArr2
:
[],
});
});
//获取主诊断模糊数据
//获取主诊断模糊数据
...
...
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