Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-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
TFMOM
TF-MOM-WEB
Commits
f1df97de
Commit
f1df97de
authored
Jan 08, 2024
by
“lixuyan”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改不显示的问题
parent
a7bbbf9d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
tree.vue
...gement/instructionIdentification/components/left/tree.vue
+1
-1
tree.vue
...k/instructionIdentificationBatch/components/left/tree.vue
+1
-1
No files found.
applications/dee-mes/src/views/assemblyPlanManagement/instructionIdentification/components/left/tree.vue
View file @
f1df97de
...
...
@@ -194,7 +194,7 @@ export default {
isLeaf
:
true
,
disabled
:
true
,
level
:
1
,
children
:
res
.
items
.
content
.
map
((
t
)
=>
{
children
:
res
.
items
&&
res
.
items
.
content
.
map
((
t
)
=>
{
// quantity += t.completeCount
// total += t.carryCount
return
{
...
...
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/instructionIdentificationBatch/components/left/tree.vue
View file @
f1df97de
...
...
@@ -197,7 +197,7 @@ export default {
isLeaf
:
true
,
disabled
:
true
,
level
:
1
,
children
:
res
.
items
.
map
((
t
)
=>
{
children
:
res
.
items
&&
res
.
items
.
map
((
t
)
=>
{
quantity
+=
t
.
completeCount
total
+=
t
.
carryCount
return
{
...
...
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