Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
O
online-edu-admin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Redmine
Redmine
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
online-edu
online-edu-admin
Commits
533b0b3c
Commit
533b0b3c
authored
Jul 06, 2021
by
lixin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
讲师账号必填
parent
b027e386
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
3 deletions
+24
-3
index.vue
src/views/biz/teacher/index.vue
+24
-3
No files found.
src/views/biz/teacher/index.vue
View file @
533b0b3c
...
...
@@ -125,10 +125,31 @@
:auto-size=
"
{ minRows: 3, maxRows: 5 }"
/>
</a-form-model-item>
<a-form-model-item
label=
"讲师账号"
>
<a-input
v-model=
"formModel.account"
disabled
v-if=
"modalType == 'edit'"
/>
<a-input
v-model=
"formModel.account"
v-if=
"modalType == 'add'"
/>
<a-form-model-item
v-if=
"modalType == 'edit'"
label=
"讲师账号"
prop=
"account"
disabled
>
<a-input
v-model=
"formModel.account"
disabled
>
</a-input>
</a-form-model-item>
<a-form-model-item
v-if=
"modalType == 'add'"
label=
"讲师账号"
prop=
"account"
disabled
>
<a-input
v-model=
"formModel.account"
>
</a-input>
</a-form-model-item>
</a-form-model>
</a-modal>
</
template
>
...
...
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