Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
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
黄媛媛
ElectricitySheep
Commits
2ca573b0
Commit
2ca573b0
authored
Oct 12, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
9e9f7966
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
informationManage.vue
src/components/education/informationManage.vue
+2
-4
No files found.
src/components/education/informationManage.vue
View file @
2ca573b0
...
@@ -99,10 +99,8 @@
...
@@ -99,10 +99,8 @@
<el-button
v-else
class=
"button-new-tag"
size=
"small"
@
click=
"showInput"
>
+ 标签
</el-button>
<el-button
v-else
class=
"button-new-tag"
size=
"small"
@
click=
"showInput"
>
+ 标签
</el-button>
</el-form-item>
</el-form-item>
<el-form-item
label=
"资讯状态"
>
<el-form-item
label=
"资讯状态"
>
<el-select
class=
"w300"
v-model=
"addMsg.ArticleStatus"
size=
"small"
placeholder=
"请选择"
>
<el-radio
v-model=
"addMsg.ArticleStatus"
:label=
"1"
>
上架
</el-radio>
<el-option
label=
"上架"
:value=
"1"
></el-option>
<el-radio
v-model=
"addMsg.ArticleStatus"
:label=
"2"
>
下架
</el-radio>
<el-option
label=
"下架"
:value=
"2"
></el-option>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"关联老师"
>
<el-form-item
label=
"关联老师"
>
<el-select
class=
"w150"
style=
"margin-right: 10px;"
v-model=
"addMsg.TeacherId"
size=
"small"
<el-select
class=
"w150"
style=
"margin-right: 10px;"
v-model=
"addMsg.TeacherId"
size=
"small"
...
...
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