Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
mgm-growth-admin-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5740e8b7
authored
2019-09-18 12:18:57 +0800
by
joe
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
8a796e68
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/classroom/BannerManager.vue
src/pages/classroom/BannerManager.vue
View file @
5740e8b
...
...
@@ -41,7 +41,7 @@
<el-table-column
label=
"跳转路径"
min-width=
"200px"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.linkType == 'minipro'"
>
{{
scope
.
row
.
miniproAppId
}}
</div>
<div>
{{
scope
.
row
.
link
}}
</div>
<div
v-if=
"scope.row.linkType != 'none'"
>
{{
scope
.
row
.
link
}}
</div>
</
template
>
</el-table-column>
...
...
@@ -327,7 +327,7 @@ export default {
link
:
""
,
linkType
:
"web"
,
classify
:
""
,
miniproAppId
:
""
miniproAppId
:
""
};
try
{
this
.
$refs
[
"editForm"
].
resetFields
();
...
...
Please
register
or
sign in
to post a comment