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
5acda4ef
Commit
5acda4ef
authored
Nov 17, 2020
by
lixy
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev-td' into master-td
parents
13b36735
4b294edb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
6 deletions
+3
-6
stockCrowd.vue
src/views/baseInfo/stockCrowd/stockCrowd.vue
+0
-1
employeesInput.vue
src/views/interior/employeesInput.vue
+1
-1
shareholder.vue
src/views/interior/shareholder.vue
+1
-3
memberEnter.vue
src/views/userManagement/memberEnter.vue
+1
-1
No files found.
src/views/baseInfo/stockCrowd/stockCrowd.vue
View file @
5acda4ef
...
@@ -261,7 +261,6 @@
...
@@ -261,7 +261,6 @@
res
.
data
.
data
.
forEach
(
function
(
item
)
{
res
.
data
.
data
.
forEach
(
function
(
item
)
{
// item.price = item.price / 10000;
// item.price = item.price / 10000;
item
.
width
=
(
item
.
total
-
item
.
balance
)
/
item
.
total
*
100
+
"%"
;
item
.
width
=
(
item
.
total
-
item
.
balance
)
/
item
.
total
*
100
+
"%"
;
// item.companyPic = "https://mgmt.dfangche.com/vehicle/branchCompany/stock/download/companyPic?realFileRelPath=" + item.companyPic;
allList
.
push
(
item
);
allList
.
push
(
item
);
});
});
if
(
res
.
data
.
data
.
length
<
this
.
listQuery
.
limit
&&
allList
.
length
>
0
){
if
(
res
.
data
.
data
.
length
<
this
.
listQuery
.
limit
&&
allList
.
length
>
0
){
...
...
src/views/interior/employeesInput.vue
View file @
5acda4ef
...
@@ -198,7 +198,7 @@
...
@@ -198,7 +198,7 @@
<el-form
:model=
"fileForm"
>
<el-form
:model=
"fileForm"
>
<el-form-item
label=
"上传文件"
label-width=
"80px"
>
<el-form-item
label=
"上传文件"
label-width=
"80px"
>
<el-button
type=
"primary"
icon=
"el-icon-download"
>
<el-button
type=
"primary"
icon=
"el-icon-download"
>
<a
class=
"el-icon-download"
href=
"https://mgmt.dfangche.com/axshare/userposition.xlsx
"
>
下载模板
</a>
<a
class=
"el-icon-download"
:href=
"BASE_API+'/axshare/userposition.xlsx'
"
>
下载模板
</a>
</el-button>
</el-button>
<el-upload
<el-upload
...
...
src/views/interior/shareholder.vue
View file @
5acda4ef
...
@@ -46,7 +46,6 @@
...
@@ -46,7 +46,6 @@
<el-form-item
label=
"上传文件"
label-width=
"80px"
>
<el-form-item
label=
"上传文件"
label-width=
"80px"
>
<el-button
type=
"primary"
icon=
"el-icon-download"
@
click=
"download"
>
<el-button
type=
"primary"
icon=
"el-icon-download"
@
click=
"download"
>
下载模板
下载模板
<!--
<a
class=
"el-icon-download"
href=
"https://mgmt.dfangche.com/axshare/gudongdaoru.xlsx"
>
下载模板
</a>
-->
</el-button>
</el-button>
<el-upload
<el-upload
...
@@ -296,8 +295,7 @@ export default {
...
@@ -296,8 +295,7 @@ export default {
},
},
//下载模板
//下载模板
download
()
{
download
()
{
window
.
location
.
href
=
window
.
location
.
href
=
this
.
BASE_API
+
'/axshare/gudongdaoru.xlsx'
'https://mgmt.dfangche.com/axshare/gudongdaoru.xlsx'
},
},
closeAdd
()
{
closeAdd
()
{
this
.
time
=
null
this
.
time
=
null
...
...
src/views/userManagement/memberEnter.vue
View file @
5acda4ef
...
@@ -162,7 +162,7 @@
...
@@ -162,7 +162,7 @@
<el-form
:model=
"fileForm"
>
<el-form
:model=
"fileForm"
>
<el-form-item
label=
"上传文件"
:label-width=
"formLabelWidth"
>
<el-form-item
label=
"上传文件"
:label-width=
"formLabelWidth"
>
<el-button
type=
"primary"
icon=
"el-icon-download"
>
<el-button
type=
"primary"
icon=
"el-icon-download"
>
<a
class=
"el-icon-download"
href=
"https://mgmt.dfangche.com/axshare/usermember.xlsx
"
>
下载模板
<a
class=
"el-icon-download"
:href=
"BASE_API+'/axshare/usermember.xlsx'
"
>
下载模板
</a>
</a>
</el-button>
</el-button>
...
...
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