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
12341c13
Commit
12341c13
authored
Nov 19, 2025
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
..
parent
61ee128c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
5 deletions
+29
-5
src/router/index.js
+7
-0
src/views/diagList.vue
+22
-5
src/views/outHistorygrouping_pingguo.vue
+0
-0
No files found.
src/router/index.js
View file @
12341c13
...
...
@@ -13,6 +13,7 @@ import outseeQualityControl from "@/views/outseeQualityControl.vue";
import
outpatientDetails
from
"@/views/outpatientDetails.vue"
;
import
outHistorygrouping
from
"@/views/outHistorygrouping.vue"
;
import
outHistorygrouping_yubei
from
"@/views/outHistorygrouping_yubei.vue"
;
import
outHistorygrouping_pingguo
from
"@/views/outHistorygrouping_pingguo.vue"
;
Vue
.
use
(
Router
);
// const baseUrl = '/his/'
...
...
@@ -48,6 +49,12 @@ const router = new Router({
name
:
"outHistorygrouping_yubei"
,
component
:
outHistorygrouping_yubei
,
},
// 智能分组 pingguo
{
path
:
"/outHistorygrouping_pingguo"
,
name
:
"outHistorygrouping_pingguo"
,
component
:
outHistorygrouping_pingguo
,
},
//临床路径外放页面
{
path
:
"/medicalRecordImport"
,
...
...
src/views/diagList.vue
View file @
12341c13
...
...
@@ -177,8 +177,8 @@
</div>
<div
class=
"diagList_fenqu_di_bb_div2"
style=
"height: 100%"
>
<span
class=
"diagList_fenqu_di_bb_div2_span1"
:style=
"{ width: item.lowwidth + '%' }"
><span
class=
"diagList_fenqu_di_bb_div2_span1_t1"
:title=
"
'低倍率区域
:<=' + Math.round(item.lowMagnification)"
>
低倍率区域
:
<
={{ Math.round(item.lowMagnification) }}
</span
><span
class=
"diagList_fenqu_di_bb_div2_span1_t1"
:title=
"
lowtitle + '
:<=' + Math.round(item.lowMagnification)"
>
{{ lowtitle }}
:
<
={{ Math.round(item.lowMagnification) }}
</span
></span
>
<span
class=
"diagList_fenqu_di_bb_div2_span2"
:style=
"{ width: item.contentwidth + '%' }"
...
...
@@ -190,8 +190,8 @@
>
<span
class=
"diagList_fenqu_di_bb_div2_span3"
:style=
"{ width: item.heightwidth + '%' }"
><span
class=
"diagList_fenqu_di_bb_div2_span3_t3"
:title=
"
'高倍率区域
:>=' + Math.round(item.highMagnification)"
>
高倍率区域
:>={{ Math.round(item.highMagnification) }}
</span
><span
class=
"diagList_fenqu_di_bb_div2_span3_t3"
:title=
"
higtitle + '
:>=' + Math.round(item.highMagnification)"
>
{{ higtitle }}
:>={{ Math.round(item.highMagnification) }}
</span
></span
>
</div>
...
...
@@ -249,7 +249,24 @@ import { Loading } from "element-ui";
export
default
{
name
:
"diagList"
,
components
:
{},
props
:
[
"code"
,
"isshow"
],
props
:
{
code
:
{
type
:
Object
,
default
:
{},
},
isshow
:
{
type
:
Boolean
,
default
:
false
,
},
lowtitle
:
{
type
:
String
,
default
:
"低倍率区域"
,
},
higtitle
:
{
type
:
String
,
default
:
"高倍率区域"
,
},
},
data
()
{
return
{
zdoptions
:
[],
//诊断
...
...
src/views/outHistorygrouping_pingguo.vue
0 → 100644
View file @
12341c13
This diff is collapsed.
Click to expand it.
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