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
9585ba8a
Commit
9585ba8a
authored
Dec 02, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
车辆信息管理 分公司统计
parent
2e83f967
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
staffPerformance.vue
src/views/financial/staffPerformance.vue
+2
-2
index.vue
src/views/vehicle/vehicleInfo/index.vue
+0
-5
No files found.
src/views/financial/staffPerformance.vue
View file @
9585ba8a
...
...
@@ -98,7 +98,7 @@
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"listquery.page"
:page-sizes=
"[
3,
10,20,30, 50]"
:page-sizes=
"[10,20,30, 50]"
:page-size=
"listquery.limit"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
...
...
@@ -135,7 +135,7 @@ export default {
userPostionId
:
null
,
//身份
userIds
:
[],
page
:
1
,
limit
:
3
limit
:
10
}
}
},
...
...
src/views/vehicle/vehicleInfo/index.vue
View file @
9585ba8a
...
...
@@ -2449,8 +2449,6 @@ export default {
this
.
dialogForm4LicenceVisible
=
true
},
getDrivingLicenseUrl
(
drivingLicensePath
)
{
console
.
log
(
drivingLicensePath
);
if
(
drivingLicensePath
.
indexOf
(
'https'
)
>
-
1
)
{
return
drivingLicensePath
}
else
{
...
...
@@ -2460,8 +2458,6 @@ export default {
encodeURI
(
drivingLicensePath
)
)
}
},
handleAvatarSuccess
(
res
,
file
)
{
this
.
form
.
drivingLicensePath
=
res
.
data
...
...
@@ -2878,7 +2874,6 @@ export default {
},
create
(
formName
)
{
const
set
=
this
.
$refs
debugger
set
[
formName
].
validate
(
valid
=>
{
if
(
valid
)
{
let
formTemp
=
this
.
fillDateRange2Object
(
...
...
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