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
dbb830d3
Commit
dbb830d3
authored
Aug 18, 2023
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
c1c6ad64
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
src/views/medicalRecordImport.vue
+12
-0
No files found.
src/views/medicalRecordImport.vue
View file @
dbb830d3
...
...
@@ -47,6 +47,17 @@
</iframe>
</
template
>
</div>
<div
v-if=
"activeName == 4"
>
<
template
v-if=
"show"
>
<iframe
:src=
"`http://172.16.1.244:8050/#/report/view?workbookId=277&doctorcode=$
{doctorCode}
&
deptcode=${deptCode}`"
width="100%"
height="100%"
frameborder="0"
>
</iframe>
</
template
>
</div>
</div>
</div>
</div>
...
...
@@ -68,6 +79,7 @@ export default {
{
name
:
"月度初步分组"
,
value
:
"1"
},
{
name
:
"月度拨付分组"
,
value
:
"2"
},
{
name
:
"年度清算数据"
,
value
:
"3"
},
{
name
:
"院内编目分组"
,
value
:
"4"
},
],
};
},
...
...
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