Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
binhai-company
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
binhai-jiaoguan
binhai-company
Commits
635f1724
Commit
635f1724
authored
Nov 20, 2023
by
mzx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
c6b1ca19
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
index.vue
src/views/index.vue
+5
-0
index.vue
src/views/problemFeedback/index.vue
+1
-0
No files found.
src/views/index.vue
View file @
635f1724
...
...
@@ -109,6 +109,11 @@
>
<el-table-column
prop=
"serviceTitle"
label=
"标题"
:show-overflow-tooltip=
"true"
/>
<el-table-column
prop=
"createTime"
label=
"日期"
width=
"140"
/>
<el-table-column
prop=
"isReply"
label=
"是否反馈"
width=
"140"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
isReply
==
1
?
'未反馈'
:
'已反馈'
}}
</span>
</
template
>
</el-table-column>
</el-table>
</div>
</el-card>
...
...
src/views/problemFeedback/index.vue
View file @
635f1724
...
...
@@ -72,6 +72,7 @@
@
click=
"viewDetail(scope.row)"
>
查询
</el-button>
<el-button
v-if=
"scope.row.isReply == 1"
type=
"text"
icon=
"el-icon-delete"
size=
"mini"
...
...
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