Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
form_upload_folder
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
form_upload_folder
Commits
a6579bf1
Commit
a6579bf1
authored
Jul 04, 2024
by
limingzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: debug
parent
d7e3efa8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
form.component.html
form/src/app/form/form.component.html
+2
-2
form.component.ts
form/src/app/form/form.component.ts
+1
-1
No files found.
form/src/app/form/form.component.html
View file @
a6579bf1
...
@@ -148,8 +148,8 @@
...
@@ -148,8 +148,8 @@
<span
style=
""
>
问题类型:
</span>
<span
style=
""
>
问题类型:
</span>
<nz-radio-group
[
ngModel
]="
ques
.
selectType
"
(
ngModelChange
)="
radioChange
($
event
,
ques
,
'
selectType
')"
>
<nz-radio-group
[
ngModel
]="
ques
.
selectType
"
(
ngModelChange
)="
radioChange
($
event
,
ques
,
'
selectType
')"
>
<div
style=
"display: flex; flex-wrap: wrap; width: 100%;"
>
<div
style=
"display: flex; flex-wrap: wrap; width: 100%;"
>
<label
style=
"margin-left: 5px;"
nz-radio
[
nzValue
]="'
en
'"
>
英
文
</label>
<label
style=
"margin-left: 5px;"
nz-radio
[
nzValue
]="'
en
'"
>
英
选中
</label>
<label
style=
"margin-left: 5px;"
nz-radio
[
nzValue
]="'
cn
'"
>
中
文
</label>
<label
style=
"margin-left: 5px;"
nz-radio
[
nzValue
]="'
cn
'"
>
中
选英
</label>
</div>
</div>
</nz-radio-group>
</nz-radio-group>
</div>
</div>
...
...
form/src/app/form/form.component.ts
View file @
a6579bf1
...
@@ -457,8 +457,8 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
...
@@ -457,8 +457,8 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
'
num.
'
,
'
num.
'
,
'
verb phrase
'
,
'
verb phrase
'
,
'
noun phrase
'
,
'
noun phrase
'
,
'
prep phrase
'
,
'
ordinal number
'
,
'
ordinal number
'
,
];
];
...
...
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