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
d336b7cc
Commit
d336b7cc
authored
Jan 05, 2024
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
5c4a48c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/views/medicalRecordImport.vue
+3
-4
No files found.
src/views/medicalRecordImport.vue
View file @
d336b7cc
...
...
@@ -5,7 +5,7 @@
<div
class=
"btn"
>
<div
:class=
"type == 1 ? 'act' : ''"
@
click=
"getid(1)"
>
当前医生数据
</div>
<div
:class=
"type == 2 ? 'act' : ''"
@
click=
"getid(2)"
>
所属病区数据
</div>
<
div
@
click=
"toData"
>
数据分析
</div
>
<
!--
<div
@
click=
"toData"
>
数据分析
</div>
--
>
</div>
<div
class=
"main"
>
<div
class=
"l"
>
...
...
@@ -70,14 +70,14 @@ export default {
components
:
{},
data
()
{
return
{
activeName
:
"
1
"
,
activeName
:
"
2
"
,
info
:
{},
doctorCode
:
""
,
deptCode
:
""
,
show
:
true
,
type
:
1
,
list
:
[
{
name
:
"月度初步分组"
,
value
:
"1"
},
//
{ name: "月度初步分组", value: "1" },
{
name
:
"月度拨付分组"
,
value
:
"2"
},
{
name
:
"年度清算数据"
,
value
:
"3"
},
{
name
:
"院内编目分组"
,
value
:
"4"
},
...
...
@@ -87,7 +87,6 @@ export default {
created
()
{
// :src="`http://172.16.1.244:8050/#/report/view?workbookId=269&info=${JSON.stringify(info)}`"
this
.
GetDeptAndDoctorByPid
();
console
.
log
(
window
.
location
.
origin
);
},
mounted
()
{},
methods
:
{
...
...
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