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
bccac849
Commit
bccac849
authored
Feb 17, 2025
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
医生端 v1.2 1、图片上传 去除设置imageData = []
parent
f9ed4420
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
7 deletions
+5
-7
index.html
public/index.html
+2
-3
Doctor.vue
src/doctor/Doctor.vue
+1
-1
GeneralFUForm.vue
src/doctor/followUp/generalFU/form/GeneralFUForm.vue
+1
-2
GuideTextVideo.vue
src/doctor/followUp/generalFU/form/GuideTextVideo.vue
+1
-1
No files found.
public/index.html
View file @
bccac849
...
...
@@ -7,7 +7,7 @@
<link
rel=
'icon'
href=
'<%= BASE_URL %>favicon.ico'
>
<title><
%=
htmlWebpackPlugin
.
options
.
title
%
></title>
<!-- 3.3.4/vconsole.min.js -->
<!-- <script src='https://beta-copd-img.yiboshi.com/20241106/1730860078278931285.js'></script>--
>
<script
src=
'https://beta-copd-img.yiboshi.com/20241106/1730860078278931285.js'
></script
>
</head>
<body>
<noscript>
...
...
@@ -79,7 +79,6 @@
<!-- built files will be auto injected -->
</body>
<script>
// var vConsole =new VConsole();
// console.log('Hello world');
var
vConsole
=
new
VConsole
();
</script>
</html>
src/doctor/Doctor.vue
View file @
bccac849
...
...
@@ -66,7 +66,7 @@ export default {
if
(
!
token
)
{
token
=
sessionStorage
.
getItem
(
'token'
)
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
token
=
'
3c5eefa7-c7eb-4e07-b73b-8cbfddc824dc
'
token
=
'
d331bfbf-8b21-46ba-8c15-66f9e414727e
'
}
}
if
(
token
)
{
...
...
src/doctor/followUp/generalFU/form/GeneralFUForm.vue
View file @
bccac849
...
...
@@ -144,7 +144,6 @@
<DocImageUpload
description=
'支持上传jpg、png、jpeg文件,大小请在10M以内'
lengthMessage=
'抱歉,最多可上传6个文件。'
:imageData=
'[]'
@
change=
'(ids, option) => form.uploadVisitRecord = ids'
:maxLength=
'6'
class=
'mt-2'
...
...
@@ -156,7 +155,6 @@
<DocImageUpload
description=
'支持上传jpg、png、jpeg文件,大小请在10M以内'
lengthMessage=
'抱歉,最多可上传6个文件。'
:imageData=
'[]'
@
change=
'(ids, option) => form.sceneVisitImage = ids'
:maxLength=
'6'
class=
'mt-2'
...
...
@@ -368,6 +366,7 @@ export default {
this
.
form
.
screenTime
=
dayjs
(
selectedValues
).
format
(
'YYYY-MM-DD HH:00:00'
)
this
.
startTime
=
dayjs
(
selectedValues
).
format
(
'YYYY-MM-DD HH:00:00'
)
this
.
showTime1
=
false
console
.
log
(
this
.
form
)
},
toShowTem
(
val
)
{
this
.
citeInfo
=
val
...
...
src/doctor/followUp/generalFU/form/GuideTextVideo.vue
View file @
bccac849
...
...
@@ -48,7 +48,7 @@
</van-popup>
</div>
<div
v-if=
'form.contentSelectName'
class=
'mt-2'
>
<div
class=
'mt-2'
>
<van-button
type=
'primary'
plain
class=
'w-full'
@
click=
'choiceTel'
size=
'small'
>
选择内容
</van-button>
</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