Commit 83af2358 authored by Quxl's avatar Quxl

x

parent 66c08cf8
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment