Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
X
xplayer
Project
Project
Details
Activity
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
曲欣亮
xplayer
Commits
83af2358
Commit
83af2358
authored
May 28, 2019
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
parent
66c08cf8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vlist.html
src/main/resources/page/admin/vlist.html
+2
-2
No files found.
src/main/resources/page/admin/vlist.html
View file @
83af2358
...
...
@@ -46,7 +46,7 @@
</template>
</el-table-column>
<el-table-column
prop=
"desc"
label=
"简介"
></el-table-column>
<el-table-column
label=
"
费用
"
width=
"100"
>
<el-table-column
label=
"
是否收费
"
width=
"100"
>
<template
scope=
"scope"
>
<el-button
round
v-if=
"scope.row.is_free == 0"
size=
"mini"
type=
"danger"
>
收费
</el-button>
<el-button
round
v-if=
"scope.row.is_free == 1"
size=
"mini"
type=
"success"
>
免费
</el-button>
...
...
@@ -91,7 +91,7 @@
</el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"收费"
label-width=
"90px"
>
<el-form-item
label=
"
是否
收费"
label-width=
"90px"
>
<el-radio-group
v-model=
"videoForm.is_free"
>
<el-radio-button
v-for=
"item in isFreeArray"
:label=
"item.value"
>
{{item.label}}
</el-radio-button>
</el-radio-group>
...
...
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