Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
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
youjj
cloud-platform-ui
Commits
8dddc241
Commit
8dddc241
authored
Jul 22, 2019
by
hanfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改app更新管理列表
parent
f03d05bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
3 deletions
+17
-3
index.vue
src/views/appManagement/appVersion/index.vue
+16
-2
index.vue
src/views/userManagement/userList/index.vue
+1
-1
No files found.
src/views/appManagement/appVersion/index.vue
View file @
8dddc241
...
...
@@ -161,12 +161,13 @@
<el-col
:span=
"10"
>
<el-form-item
label=
"上传包"
prop=
"upload"
>
<el-upload
multiple=
"false
"
:multiple=
"multipleb
"
class=
"upload-demo"
:action=
"BASE_API+'/api/app/version/upload/installationPackage'"
:headers=
"getHeaderWithToken"
:on-preview=
"handlePreview"
:on-remove=
"handleRemove"
:on-success=
"handleAvatarSuccess"
:file-list=
"fileList"
>
<el-button
size=
"small"
type=
"primary"
>
点击上传
</el-button>
<div
slot=
"tip"
class=
"el-upload__tip"
>
只能上传apk/ipa文件,且不超过500kb
</div>
...
...
@@ -214,6 +215,8 @@
},
data
()
{
return
{
fileList
:[],
multipleb
:
false
,
BASE_API
:
process
.
env
.
BASE_API
,
versionRow
:
{
sysType
:
0
,
...
...
@@ -359,8 +362,19 @@
})
},
updateAppVersion
()
{
handleRemove
(
file
,
fileList
)
{
console
.
log
(
file
,
fileList
);
},
handlePreview
(
file
)
{
console
.
log
(
file
);
},
updateAppVersionupdateAppVersion
()
{
},
handleAvatarSuccess
(
res
,
file
){
console
.
log
(
'handleAvatarSuccess:res'
+
res
.
data
);
console
.
log
(
'handleAvatarSuccess:file'
+
file
);
this
.
versionRow
.
downloadUrl
=
res
.
data
;
}
}
}
...
...
src/views/userManagement/userList/index.vue
View file @
8dddc241
...
...
@@ -37,7 +37,7 @@
<!--
</el-date-picker>
-->
<!--
</el-form-item>
-->
<el-form-item
label=
"
导入
时间"
>
<el-form-item
label=
"
注册
时间"
>
<el-date-picker
v-model=
"listQuery.registrationTimeBegin"
type=
"date"
...
...
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