Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
ferry_web
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
jianan
ferry_web
Commits
0b439b72
Commit
0b439b72
authored
Sep 16, 2020
by
YuleiLan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复图片上传失败bug。
parent
0a7f1506
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/components/VueFormMaking/components/GenerateFormItem.vue
+2
-2
src/components/VueFormMaking/components/Upload/index.vue
+0
-0
No files found.
src/components/VueFormMaking/components/GenerateFormItem.vue
View file @
0b439b72
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<
template
v-else-if=
"widget.type=='imgupload'"
>
<
template
v-else-if=
"widget.type=='imgupload'"
>
<fm-upload
<fm-upload
v-model=
"dataModel"
v-model=
"dataModel"
:disabled=
"
widget.options.disabled
"
:disabled=
"
true
"
:style=
"
{'width': widget.options.width}"
:style=
"
{'width': widget.options.width}"
:width="widget.options.size.width"
:width="widget.options.size.width"
:height="widget.options.size.height"
:height="widget.options.size.height"
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
</span>
</span>
</el-divider>
</el-divider>
</
template
>
</
template
>
<
template
v-if=
"widget.type === 'input' && widget.options.showPassword"
>
<
template
v-
else-
if=
"widget.type === 'input' && widget.options.showPassword"
>
<input
:value=
"dataModel"
type=
"password"
style=
"border: none; background-color: #ffffff; color: #303133"
disabled=
"disabled"
>
<input
:value=
"dataModel"
type=
"password"
style=
"border: none; background-color: #ffffff; color: #303133"
disabled=
"disabled"
>
</
template
>
</
template
>
<
template
v-else
>
<
template
v-else
>
...
...
src/components/VueFormMaking/components/Upload/index.vue
View file @
0b439b72
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