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
d6a0a70a
Commit
d6a0a70a
authored
8 months ago
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
慢综 医生端 fetch修改
parent
bd8fc152
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
13 deletions
+35
-13
GeneralFUForm.vue
src/doctor/followUp/generalFU/form/GeneralFUForm.vue
+13
-12
Index.vue
src/doctor/followUp/generalFU/form/Index.vue
+8
-1
Index.vue
src/doctor/residentDetail/Index.vue
+14
-0
No files found.
src/doctor/followUp/generalFU/form/GeneralFUForm.vue
View file @
d6a0a70a
...
...
@@ -206,21 +206,22 @@ export default {
})
this
.
imgList
=
this
.
imgList
.
concat
(
newFile
)
},
//图片预览
toPreview
(
index
)
{
let
list
=
[]
this
.
imgList
.
forEach
(
item
=>
{
list
.
push
(
item
.
src
)
})
showImagePreview
({
images
:
list
,
className
:
'custom-image-preview'
,
startPosition
:
index
,
loop
:
false
})
// let list = []
// this.imgList.forEach(item => {
// list.push(item.src)
// })
// showImagePreview({
// images: list,
// className: 'custom-image-preview',
// startPosition: index,
// loop: false
// })
},
//pdf预览
toPdf
(
item
)
{
window
.
open
(
item
.
src
)
//
window.open(item.src)
},
delImg
(
index
)
{
this
.
imgList
=
this
.
imgList
.
filter
(
item
=>
item
.
indexF
!=
index
)
...
...
This diff is collapsed.
Click to expand it.
src/doctor/followUp/generalFU/form/Index.vue
View file @
d6a0a70a
<
template
>
<div>
<van-nav-bar
title=
'新增通用随访'
left-text=
''
left-arrow
></van-nav-bar>
<van-nav-bar
title=
'新增通用随访'
left-text=
''
left-arrow
@
click-left=
'toBack'
></van-nav-bar>
<div
class=
'p-4 h-overflow'
>
<base-info
:info=
"info"
v-show=
'step == 1'
ref=
'baseInfo'
></base-info>
<general-f-u-form
:info=
'info'
v-show=
'step == 2'
ref=
'generalFUForm'
></general-f-u-form>
...
...
@@ -77,6 +77,13 @@ export default {
},
onsubmit
()
{
},
toBack
()
{
if
(
this
.
step
!=
1
)
{
this
.
step
--
}
else
{
this
.
$router
.
back
()
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
src/doctor/residentDetail/Index.vue
0 → 100644
View file @
d6a0a70a
<
template
>
</
template
>
<
script
>
export
default
{
name
:
'Index'
}
</
script
>
<
style
scoped
>
</
style
>
\ No newline at end of file
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