Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
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
new-sing
admin-base
Commits
fc423e6f
Commit
fc423e6f
authored
Sep 30, 2019
by
IvyXia123
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'pre'
parents
7da59bf8
3d50a675
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
menuDialog.vue
src/components/resources/menuDialog.vue
+7
-7
No files found.
src/components/resources/menuDialog.vue
View file @
fc423e6f
...
@@ -5,9 +5,9 @@
...
@@ -5,9 +5,9 @@
<el-form-item
label=
"名称"
label-width=
"100px"
>
<el-form-item
label=
"名称"
label-width=
"100px"
>
<el-input
v-model=
"form.name"
></el-input>
<el-input
v-model=
"form.name"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"英文名称"
v-if=
"dialogObj.list == 'list2'"
label-width=
"100px"
>
<
!--
<
el-form-item
label=
"英文名称"
v-if=
"dialogObj.list == 'list2'"
label-width=
"100px"
>
<el-input
v-model=
"form.english_name"
></el-input>
<el-input
v-model=
"form.english_name"
></el-input>
</el-form-item>
</el-form-item>
-->
<el-form-item
label=
"封面"
label-width=
"100px"
>
<el-form-item
label=
"封面"
label-width=
"100px"
>
<el-upload
<el-upload
class=
"upload-demo"
class=
"upload-demo"
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
:file-list=
"imgList"
>
:file-list=
"imgList"
>
</el-upload>
</el-upload>
</el-form-item>
</el-form-item>
<el-form-item
label=
"课时英文名称"
v-if=
"dialogObj.list == 'list3'"
label-width=
"100px"
>
<
!--
<
el-form-item
label=
"课时英文名称"
v-if=
"dialogObj.list == 'list3'"
label-width=
"100px"
>
<el-input
v-model=
"form.english_name"
></el-input>
<el-input
v-model=
"form.english_name"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"课时封面"
v-if=
"dialogObj.list == 'list3'"
label-width=
"100px"
>
<el-form-item
label=
"课时封面"
v-if=
"dialogObj.list == 'list3'"
label-width=
"100px"
>
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
:limit=
"1"
:limit=
"1"
:file-list=
"imgList1"
>
:file-list=
"imgList1"
>
</el-upload>
</el-upload>
</el-form-item>
</el-form-item>
-->
</el-form>
</el-form>
<span
slot=
"footer"
class=
"dialog-footer"
>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"dialogObj.show = false"
>
取 消
</el-button>
<el-button
@
click=
"dialogObj.show = false"
>
取 消
</el-button>
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
pid
:
''
,
pid
:
''
,
cover
:
''
,
cover
:
''
,
type
:
0
,
type
:
0
,
english_name
:
''
,
//
english_name: '',
sub_cover
:
''
sub_cover
:
''
}
}
}
}
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
pid
:
this
.
dialogObj
.
pid
,
pid
:
this
.
dialogObj
.
pid
,
cover
:
''
,
cover
:
''
,
type
:
0
,
type
:
0
,
english_name
:
''
,
//
english_name: '',
sub_cover
:
''
sub_cover
:
''
};
};
this
.
imgList
=
[];
this
.
imgList
=
[];
...
@@ -83,7 +83,7 @@
...
@@ -83,7 +83,7 @@
pid
:
this
.
dialogObj
.
that
.
pid
,
pid
:
this
.
dialogObj
.
that
.
pid
,
cover
:
this
.
dialogObj
.
that
.
cover
,
cover
:
this
.
dialogObj
.
that
.
cover
,
type
:
0
,
type
:
0
,
english_name
:
this
.
dialogObj
.
that
.
english_name
,
//
english_name: this.dialogObj.that.english_name,
sub_cover
:
this
.
dialogObj
.
that
.
sub_cover
sub_cover
:
this
.
dialogObj
.
that
.
sub_cover
};
};
this
.
imgList
=
[];
this
.
imgList
=
[];
...
...
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