Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MRBR04
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
template admin
MRBR04
Commits
6ac56c50
Commit
6ac56c50
authored
May 04, 2022
by
yu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
表单
parent
f81508e1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
form.component.html
form/src/app/form/form.component.html
+6
-0
form.component.ts
form/src/app/form/form.component.ts
+5
-0
No files found.
form/src/app/form/form.component.html
View file @
6ac56c50
...
@@ -110,6 +110,12 @@
...
@@ -110,6 +110,12 @@
</button>
</button>
</div>
</div>
<div
style=
"display: flex; justify-items: center; padding-top: 20px"
>
<button
style=
"margin-left: 10px"
nz-button
nzType=
"danger"
(
click
)="
delGroup
(
m
)"
>
<span>
删除连线题
</span>
</button>
</div>
</div>
</div>
...
...
form/src/app/form/form.component.ts
View file @
6ac56c50
...
@@ -181,6 +181,11 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
...
@@ -181,6 +181,11 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
audio_title
:
''
,
audio_title
:
''
,
group
:
[]
group
:
[]
});
});
this
.
save
();
}
delGroup
(
i
)
{
this
.
item
.
splice
(
i
,
1
);
this
.
save
();
}
}
}
}
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