Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
sun
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
alpha
sun
Commits
4612c763
Commit
4612c763
authored
Dec 01, 2018
by
Davve
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完成帖子评论相关问题
parent
7c9f8bed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
TopicDetail.vue
vu/src/views/topic/components/TopicDetail.vue
+7
-7
No files found.
vu/src/views/topic/components/TopicDetail.vue
View file @
4612c763
...
...
@@ -177,7 +177,7 @@
</div>
<div
style=
"margin-bottom:50px;"
>
<div
class=
"filter-container"
>
<el-select
v-model=
"listQuery.filter.
replyT
ype"
:placeholder=
"'评论搜索'"
clearable
class=
"filter-item"
<el-select
v-model=
"listQuery.filter.
t
ype"
:placeholder=
"'评论搜索'"
clearable
class=
"filter-item"
style=
"width: 120px"
>
<el-option
v-for=
"item in ReplyTypeOptions"
:key=
"item.key"
:label=
"item.display_name"
:value=
"item.key"
/>
...
...
@@ -352,11 +352,11 @@
},
ReplyTypeOptions
:
[
{
'key'
:
1
,
'display_name'
:
'帖主的评论'
},
{
'key'
:
2
,
'display_name'
:
'评论帖子'
},
{
'key'
:
3
,
'display_name'
:
'评论的回复'
},
{
'key'
:
4
,
'display_name'
:
'马甲的评论'
},
{
'key'
:
5
,
'display_name'
:
'马甲评论的回复'
},
{
'key'
:
'1'
,
'display_name'
:
'帖主的评论'
},
{
'key'
:
'2'
,
'display_name'
:
'评论帖子'
},
{
'key'
:
'3'
,
'display_name'
:
'评论的回复'
},
{
'key'
:
'4'
,
'display_name'
:
'马甲的评论'
},
{
'key'
:
'5'
,
'display_name'
:
'马甲评论的回复'
},
],
edit
:
{
video_url
:
''
,
...
...
@@ -401,7 +401,7 @@
page
:
0
,
limit
:
10
,
filter
:
{
replyT
ype
:
''
t
ype
:
''
},
},
...
...
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