Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend-h5
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songrui
frontend-h5
Commits
e9d88d06
Commit
e9d88d06
authored
Dec 11, 2024
by
songrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工作台 时间选择修改
parent
c4040f36
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
8 deletions
+11
-8
DocUnit.vue
src/doctor/components/docUnit/DocUnit.vue
+3
-1
FirstScreen.vue
src/doctor/workbench/tables/FirstScreen.vue
+1
-1
HighRisk.vue
src/doctor/workbench/tables/HighRisk.vue
+1
-1
Receive.vue
src/doctor/workbench/tables/Receive.vue
+3
-2
Visit.vue
src/doctor/workbench/tables/Visit.vue
+2
-2
Work.vue
src/doctor/workbench/tables/Work.vue
+1
-1
No files found.
src/doctor/components/docUnit/DocUnit.vue
View file @
e9d88d06
<
template
>
<van-popup
:show=
"innerShow"
position=
"bottom"
:teleport=
"teleport"
class=
"doc-unit"
>
<van-picker
:loading=
"loading"
title=
"机构选择"
...
...
@@ -32,7 +33,8 @@ export default {
default
:
()
=>
{
return
{
text
:
'unitName'
,
value
:
'id'
}
}
}
},
teleport
:
[
String
,
Element
]
},
emits
:
[
'update:show'
,
'update:value'
,
'change'
],
data
()
{
...
...
src/doctor/workbench/tables/FirstScreen.vue
View file @
e9d88d06
...
...
@@ -80,7 +80,7 @@
class=
"doc-input"
@
click=
"() => { dateShow = true, dateMark = 2 }"
/>
</div>
<van-popup
v-model:show=
"dateShow"
position=
"bottom"
>
<van-popup
v-model:show=
"dateShow"
position=
"bottom"
:teleport=
"listDom"
>
<van-date-picker
@
confirm=
"onDateConfirm"
@
cancel=
"dateShow = false"
/>
</van-popup>
<div
class=
"my-3"
>
数据来源
</div>
...
...
src/doctor/workbench/tables/HighRisk.vue
View file @
e9d88d06
...
...
@@ -84,7 +84,7 @@
class=
"doc-input"
@
click=
"() => { dateShow = true, dateMark = 2 }"
/>
</div>
<van-popup
v-model:show=
"dateShow"
position=
"bottom"
>
<van-popup
v-model:show=
"dateShow"
position=
"bottom"
:teleport=
"listDom"
>
<van-date-picker
@
confirm=
"onDateConfirm"
@
cancel=
"dateShow = false"
/>
</van-popup>
<div
class=
"my-3"
>
数据来源
</div>
...
...
src/doctor/workbench/tables/Receive.vue
View file @
e9d88d06
...
...
@@ -79,7 +79,8 @@
@
click=
"() => unitShow = true"
class=
"doc-input"
>
</van-field>
<DocUnit
v-model:show=
'unitShow'
v-model:value=
'form.outUnitId'
@
change=
'e => form._unitName = e.unitName'
/>
<DocUnit
v-model:show=
'unitShow'
v-model:value=
'form.outUnitId'
@
change=
'e => form._unitName = e.unitName'
:teleport=
"listDom"
/>
<div
class=
"my-3"
>
创建日期
</div>
<div
class=
"flex items-center"
>
<van-field
v-model=
"form.startDate"
placeholder=
"开始日期"
readonly
...
...
@@ -90,7 +91,7 @@
class=
"doc-input"
@
click=
"() => { dateShow = true, dateMark = 2 }"
/>
</div>
<van-popup
v-model:show=
"dateShow"
position=
"bottom"
>
<van-popup
v-model:show=
"dateShow"
position=
"bottom"
:teleport=
"listDom"
>
<van-date-picker
@
confirm=
"onDateConfirm"
@
cancel=
"dateShow = false"
/>
</van-popup>
<div
class=
"my-3"
>
转诊类型
</div>
...
...
src/doctor/workbench/tables/Visit.vue
View file @
e9d88d06
...
...
@@ -97,8 +97,8 @@
class=
"doc-input"
@
click=
"() => { dateShow = true, dateMark = 2 }"
/>
</div>
<van-popup
v-model:show=
"dateShow"
position=
"bottom"
>
<van-date-picker
@
confirm=
"onDateConfirm"
@
cancel=
"dateShow = false"
/>
<van-popup
v-model:show=
"dateShow"
position=
"bottom"
:teleport=
"listDom"
>
<van-date-picker
@
confirm=
"onDateConfirm"
@
cancel=
"dateShow = false"
/>
</van-popup>
<div
class=
"my-3"
>
数据来源
</div>
<CheckBtn
:options=
"store.getDict('CP00124')"
v-model:value=
"form.source"
column-3
...
...
src/doctor/workbench/tables/Work.vue
View file @
e9d88d06
...
...
@@ -83,7 +83,7 @@
class=
"doc-input"
@
click=
"() => { dateShow = true, dateMark = 2 }"
/>
</div>
<van-popup
v-model:show=
"dateShow"
position=
"bottom"
>
<van-popup
v-model:show=
"dateShow"
position=
"bottom"
:teleport=
"listDom"
>
<van-date-picker
@
confirm=
"onDateConfirm"
@
cancel=
"dateShow = false"
/>
</van-popup>
<div
class=
"my-3"
>
数据来源
</div>
...
...
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