Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
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
0
Merge Requests
0
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
chehuidong
saas-manage
Commits
2a38679b
Commit
2a38679b
authored
Jul 24, 2023
by
yangzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:开始按钮
parent
9102337f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/views/taskManage/index.vue
+4
-2
No files found.
src/views/taskManage/index.vue
View file @
2a38679b
...
...
@@ -697,7 +697,8 @@ export default {
render
:
item
=>
(
<
span
>
{
item
.
orderStatus
===
'PRE_HANDLING'
&&
item
.
fromUser
===
this
.
userInfo
.
id
&&
(
Number
(
item
.
fromUser
)
===
this
.
userInfo
.
id
&&
(
<
span
title
=
"修改"
class
=
"icon-view"
>
<
img
width
=
"24"
...
...
@@ -749,7 +750,8 @@ export default {
<
/span
>
)}
{
item
.
orderStatus
===
'TO_BE_CONFIRMED'
&&
item
.
leaders
===
this
.
userInfo
.
id
&&
(
Number
(
item
.
leaders
)
===
this
.
userInfo
.
id
&&
(
<
span
title
=
"开始"
class
=
"icon-view"
>
<
img
width
=
"24"
...
...
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