Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
INET-TWO
web
Commits
5c2556f5
Commit
5c2556f5
authored
Oct 11, 2024
by
ztf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改计划反馈在未完成和已完成状态下的显示
parent
62cb2efa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
task-detail.vue
...ask-center/src/business-components/tabCom/task-detail.vue
+9
-0
No files found.
applications/dee-task-center/src/business-components/tabCom/task-detail.vue
View file @
5c2556f5
...
...
@@ -61,6 +61,7 @@
>
<div
class=
"sub-title"
style=
"padding-bottom:12px"
>
计划反馈
</div>
<dee-as-com
v-if=
" isCheckTaskState && basicData.basicInfo.state==='BE_RESOLVED'"
:lay-config=
"
{
typeName: 'ExtPlanReply',
layKey: 'task-ExtPlanReply'
...
...
@@ -68,6 +69,14 @@
:form="ExtPlanReplyLinkform"
@on-submit="toSubmitExtPlanReply"
/>
<dee-as-com
v-else
:lay-config=
"
{
typeName: 'ExtPlanReply',
layKey: 'ExtPlanReply-View'
}"
:form="ExtPlanReplyLinkform"
/>
</div>
<div
v-if=
"basicData && basicData.basicInfo && !basicData.basicInfo.forwardFlag && (!isCheckTaskState || (isCheckTaskState && basicData.basicInfo.state==='BE_RESOLVED' && !basicData.basicInfo.parentTaskId))"
>
<div
class=
"sub-title"
style=
"padding-bottom:12px"
>
任务处理
</div>
...
...
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