Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
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
new-sing
admin-base
Commits
656c87fa
Commit
656c87fa
authored
Sep 09, 2019
by
赵茹林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
e66a89fa
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
253 additions
and
106 deletions
+253
-106
dialog.vue
src/components/team/dialog.vue
+2
-2
hour.vue
src/components/team/hour.vue
+2
-1
hourDialog.vue
src/components/team/hourDialog.vue
+249
-103
No files found.
src/components/team/dialog.vue
View file @
656c87fa
...
...
@@ -225,8 +225,8 @@
limit
:
this
.
limit
}
getVisitedApi
(
json
).
then
(
res
=>
{
this
.
list
=
res
;
this
.
total
=
res
.
total
||
0
;
// todo 后台没给分页
this
.
list
=
res
.
page_data
;
this
.
total
=
res
.
total
;
this
.
loading
=
false
;
}
)
}
,
...
...
src/components/team/hour.vue
View file @
656c87fa
...
...
@@ -53,7 +53,8 @@
{{
t
.
replace
(
/:00/g
,
""
)
}}
<
/template
>
<
template
slot
-
scope
=
"scope"
>
<
span
class
=
"cell-link"
@
click
=
"dialogToggle(scope.row)"
>
{{
scope
.
row
[
`valid_count${index
}
`
]
}}
<
/span
>
<!--
<
span
class
=
"cell-link"
@
click
=
"dialogToggle(scope.row)"
>
{{
scope
.
row
[
`valid_count${index
}
`
]
}}
<
/span>--
>
{{
scope
.
row
[
`valid_count${index
}
`
]
}}
<
/template
>
<
/el-table-column
>
<
/el-table
>
...
...
src/components/team/hourDialog.vue
View file @
656c87fa
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