Commit dbb830d3 by 唐玉峰

.

parent c1c6ad64
...@@ -47,6 +47,17 @@ ...@@ -47,6 +47,17 @@
</iframe> </iframe>
</template> </template>
</div> </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> </div>
</div> </div>
...@@ -68,6 +79,7 @@ export default { ...@@ -68,6 +79,7 @@ export default {
{ name: "月度初步分组", value: "1" }, { name: "月度初步分组", value: "1" },
{ name: "月度拨付分组", value: "2" }, { name: "月度拨付分组", value: "2" },
{ name: "年度清算数据", value: "3" }, { name: "年度清算数据", value: "3" },
{ name: "院内编目分组", value: "4" },
], ],
}; };
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment