Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
c79bf644
Commit
c79bf644
authored
Oct 22, 2024
by
wuqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消审核的通过与驳回
parent
c7ee8ad7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/views/typesetting/TypesettingManagement.vue
+3
-3
No files found.
src/views/typesetting/TypesettingManagement.vue
View file @
c79bf644
...
...
@@ -118,7 +118,7 @@
<
/Icon
>
<
Icon
v
-
if
=
"
treeId === '301' || treeId === '401'
|| treeId === '501'
treeId === '301' || treeId === '401'
"
name
=
"shenhe2"
@
click
.
stop
=
"submitReview(cardItem)"
...
...
@@ -126,7 +126,7 @@
<
template
#
title
>
<
title
>
{{
cardItem
?.
state
===
'301'
||
cardItem
?.
state
===
'501'
cardItem
?.
state
===
'301'
?
'打版完成'
:
cardItem
?.
state
===
'401'
?
'修改'
...
...
@@ -190,7 +190,7 @@
:
title
=
"
detailable
? '查看详情'
: row?.state === '301'
|| row?.state === '501'
: row?.state === '301'
? '打版完成'
: row?.state === '401'
? '修改'
...
...
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