Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
38a05654
Commit
38a05654
authored
Aug 11, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【banner管理】详情页面,还可删除或上传图片
parent
1fd7d5ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/components/general/upload_file.vue
src/components/general/upload_file.vue
+5
-0
src/pages/message-management/banner/banner-detail.vue
src/pages/message-management/banner/banner-detail.vue
+1
-0
No files found.
src/components/general/upload_file.vue
View file @
38a05654
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
:readOnly="readOnly"
:readOnly="readOnly"
:data="anotherData"
:data="anotherData"
:drag="drag"
:drag="drag"
:disabled="disabled"
>
>
<div
v-if=
"drag"
>
<div
v-if=
"drag"
>
<i
class=
"el-icon-upload"
></i>
<i
class=
"el-icon-upload"
></i>
...
@@ -92,6 +93,10 @@ export default {
...
@@ -92,6 +93,10 @@ export default {
type
:
Boolean
,
type
:
Boolean
,
default
:
true
,
default
:
true
,
},
},
disabled
:
{
type
:
Boolean
,
default
:
false
,
},
},
},
watch
:
{
watch
:
{
list
(
value
)
{
list
(
value
)
{
...
...
src/pages/message-management/banner/banner-detail.vue
View file @
38a05654
...
@@ -93,6 +93,7 @@
...
@@ -93,6 +93,7 @@
@
getNewList=
"getNewList"
@
getNewList=
"getNewList"
ref=
"servicepic"
ref=
"servicepic"
directory=
"manage"
directory=
"manage"
:disabled=
"disabled"
></upload-file>
></upload-file>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
...
...
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