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
39658774
Commit
39658774
authored
Mar 06, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改人工驳回
parent
eb174f5f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
index.vue
src/views/contentManagement/activity/index.vue
+1
-1
index.vue
src/views/operationsManagement/article/index.vue
+3
-1
No files found.
src/views/contentManagement/activity/index.vue
View file @
39658774
...
@@ -118,7 +118,7 @@
...
@@ -118,7 +118,7 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"权重"
prop=
"weight"
:show-overflow-tooltip=
"true"
min-width=
"55"
>
<el-table-column
label=
"权重"
prop=
"weight"
:show-overflow-tooltip=
"true"
min-width=
"55"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
weight
||
'-
'
}}
{{
scope
.
row
.
weight
?
scope
.
row
.
weight
:
'0
'
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
prop=
"publishStatus"
label=
"发布状态"
min-width=
"80"
show-overflow-tooltip
>
<el-table-column
align=
"center"
prop=
"publishStatus"
label=
"发布状态"
min-width=
"80"
show-overflow-tooltip
>
...
...
src/views/operationsManagement/article/index.vue
View file @
39658774
...
@@ -572,10 +572,12 @@ export default {
...
@@ -572,10 +572,12 @@ export default {
type
:
'warning'
type
:
'warning'
})
})
}
}
let
remarksObj
=
''
remarksObj
=
'[{
\
"msg
\
": "'
+
this
.
form
.
remarks
+
'" }]'
const
form
=
{
const
form
=
{
businessId
:
this
.
form
.
businessId
,
businessId
:
this
.
form
.
businessId
,
examStatus
:
row
,
examStatus
:
row
,
remarks
:
this
.
form
.
remarks
remarks
:
remarksObj
}
}
updateOpmArticle
(
form
).
then
(
response
=>
{
updateOpmArticle
(
form
).
then
(
response
=>
{
this
.
msgSuccess
(
'操作成功'
)
this
.
msgSuccess
(
'操作成功'
)
...
...
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