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
30b4ef29
Commit
30b4ef29
authored
Sep 10, 2019
by
赵茹林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
a29a4ae8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
hour.vue
src/components/team/hour.vue
+1
-1
hourDialog.vue
src/components/team/hourDialog.vue
+2
-2
No files found.
src/components/team/hour.vue
View file @
30b4ef29
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
style=
"margin: 10px 0 0 10px; width: 185px;"
:clearable=
"false"
style=
"margin: 10px 0 0 10px; width: 185px;"
:clearable=
"false"
v-model=
"search.start_at"
value-format=
"yyyy-MM-dd"
v-model=
"search.start_at"
value-format=
"yyyy-MM-dd"
align=
"right"
type=
"date"
placeholder=
"选择日期"
align=
"right"
type=
"date"
placeholder=
"选择日期"
:picker-options=
"pickerOptions"
>
:picker-options=
"pickerOptions"
@
change=
"getData"
>
</el-date-picker>
</el-date-picker>
<el-tabs
v-model=
"search.team"
type=
"card"
class=
"tabs-refresh"
@
tab-click=
"getData"
>
<el-tabs
v-model=
"search.team"
type=
"card"
class=
"tabs-refresh"
@
tab-click=
"getData"
>
...
...
src/components/team/hourDialog.vue
View file @
30b4ef29
...
@@ -72,8 +72,8 @@
...
@@ -72,8 +72,8 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作"
>
<el-table-column
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
class=
"cell-link"
>
聊天记录
</span>
<span
class=
"cell-link"
v-if=
"scope.row.chat_count > 0"
>
聊天记录
</span>
<span
class=
"cell-link"
>
录音
</span>
<span
class=
"cell-link"
v-if=
"scope.row.phone_source_file"
>
录音
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
...
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