Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust_web
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
张伯涛
cust_web
Commits
d55a2611
Commit
d55a2611
authored
Feb 25, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改驳回原因
parent
9f2cad4a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
68 deletions
+45
-68
index.vue
src/views/operationsManagement/article/index.vue
+4
-2
index.vue
src/views/operationsManagement/memFeedBack/index.vue
+41
-66
No files found.
src/views/operationsManagement/article/index.vue
View file @
d55a2611
...
...
@@ -109,7 +109,7 @@
@
click=
"handleView(scope.row)"
>
详情
</el-button>
<el-button
v-show=
"scope.row.examStatus
!== '1
'"
v-show=
"scope.row.examStatus
=== '0
'"
:class=
"commonField.resetPasClass"
:type=
"commonField.typeParent"
:size=
"commonField.size"
...
...
@@ -243,6 +243,7 @@
</div>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
v-if=
"!isEdit && queryParams.examStatus === '2'"
class=
"submitBtn"
type=
"primary"
@
click=
"rejection"
>
驳回原因
</el-button>
<el-button
v-if=
"!isEdit"
class=
"cancelBtn"
@
click=
"cancel"
>
取 消
</el-button>
<el-button
v-if=
"isEdit"
class=
"cancelBtn"
@
click=
"rejection"
>
驳 回
</el-button>
<el-button
v-if=
"isEdit"
class=
"cancelBtn"
type=
"primary"
@
click=
"handleChange('1')"
>
通 过
</el-button>
...
...
@@ -254,6 +255,7 @@
<el-col
:span=
"24"
>
<el-input
v-model
.
trim=
"form.remarks"
:disabled=
"!isEdit"
label=
"驳回意见"
type=
"textarea"
show-word-limit
...
...
@@ -265,7 +267,7 @@
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
class=
"cancelBtn"
@
click=
"cancelRejection"
>
取 消
</el-button>
<el-button
class=
"cancelBtn"
type=
"primary"
@
click=
"handleChange('2')"
>
驳 回
</el-button>
<el-button
v-if=
"isEdit"
class=
"cancelBtn"
type=
"primary"
@
click=
"handleChange('2')"
>
驳 回
</el-button>
</div>
</el-dialog>
...
...
src/views/operationsManagement/memFeedBack/index.vue
View file @
d55a2611
...
...
@@ -31,50 +31,43 @@
style=
"width: 150px"
/>
</el-form-item>
<el-form-item
label=
"状态"
prop=
"flag"
>
<el-select
v-model=
"queryParams.flag"
placeholder=
"请选择状态"
clearable
size=
"small"
>
<el-option
v-for=
"dict in statusOptions"
:key=
"dict.dictValue"
:label=
"dict.dictLabel"
:value=
"dict.dictValue"
/>
</el-select>
</el-form-item>
<el-form-item>
<el-button
:class=
"commonField.queryClass"
:type=
"commonField.typePrimary"
:icon=
"commonField.queryIcon"
:size=
"commonField.smallSize"
@
click=
"handleQuery"
>
查询
</el-button>
@
click=
"handleQuery"
>
查询
</el-button>
<el-button
:class=
"commonField.resetClass"
:icon=
"commonField.resetIcon"
:size=
"commonField.smallSize"
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
<div
style=
"float: right"
>
<el-form-item>
<el-button
:class=
"commonField.addClass"
:type=
"commonField.typePrimary"
:icon=
"commonField.addIcon"
:size=
"commonField.smallSize"
@
click=
"handleAdd"
>
新增
</el-button>
<el-button
:class=
"commonField.exportClass"
:type=
"commonField.typeSuccess"
:icon=
"commonField.exportIcon"
:size=
"commonField.smallSize"
@
click=
"handleExport"
>
导出
</el-button>
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
</div>
<!--
<div
style=
"float: right"
>
-->
<!--
<el-form-item>
-->
<!--
<el-button-->
<!-- :class="commonField.addClass"-->
<!-- :type="commonField.typePrimary"-->
<!-- :icon="commonField.addIcon"-->
<!-- :size="commonField.smallSize"-->
<!-- @click="handleAdd"-->
<!-- >新增
</el-button>
-->
<!--
<el-button-->
<!-- :class="commonField.exportClass"-->
<!-- :type="commonField.typeSuccess"-->
<!-- :icon="commonField.exportIcon"-->
<!-- :size="commonField.smallSize"-->
<!-- @click="handleExport"-->
<!-- >导出
</el-button>
-->
<!--
</el-form-item>
-->
<!--
</div>
-->
</el-form>
<div
class=
"placeholder"
/>
<div
style=
"padding:5px 10px"
>
<div
class=
"mb12 font-small-bold"
>
意见反馈列表
</div>
<el-table
v-loading=
"loading"
border
:data=
"memFeedbackList"
>
<el-table
v-loading=
"loading"
border
:data=
"memFeedbackList"
>
<el-table-column
type=
"index"
label=
"序号"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"反馈类型"
prop=
"feedbackType"
:show-overflow-tooltip=
"true"
>
<template
slot-scope=
"scope"
>
...
...
@@ -91,17 +84,6 @@
{{
scope
.
row
.
content
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
width=
"120"
label=
"状态"
prop=
"flag"
>
<
template
slot-scope=
"scope"
>
<el-switch
v-model=
"scope.row.flag"
class=
"switchDisabledStyle"
inactive-value=
"0"
active-value=
"1"
@
click
.
native=
"handleStatusChange(scope.row)"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"备注"
prop=
"remarks"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
remarks
||
'-'
}}
...
...
@@ -120,12 +102,6 @@
:size=
"commonField.size"
@
click=
"handleUpdate(scope.row)"
>
修改
</el-button>
<el-button
:class=
"commonField.delClass"
:type=
"commonField.typeParent"
:size=
"commonField.size"
@
click=
"handleDelete(scope.row)"
>
删除
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -207,8 +183,7 @@ export default {
rows
:
10
,
feedbackType
:
undefined
,
title
:
undefined
,
content
:
undefined
,
flag
:
''
content
:
undefined
},
// 表单参数
form
:
{},
...
...
@@ -231,7 +206,7 @@ export default {
this
.
loading
=
true
listMemFeedback
(
this
.
queryParams
).
then
(
response
=>
{
this
.
memFeedbackList
=
response
.
rows
this
.
memFeedbackList
=
response
.
data
this
.
total
=
response
.
total
this
.
loading
=
false
}
...
...
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