element-ui el-radio-button 用法
element
A Vue.js 2.0 UI Toolkit for Web
项目地址:https://gitcode.com/gh_mirrors/eleme/element

·
<div> <el-radio-group style="display: flex;flex-flow:row nowrap;justify-content:space-around;" v-model="radioList.label" @change="radioChange" > <el-radio-button class="radioBtn styleBtn" label="1" border>导出个案调查表.Pdf</el-radio-button> <el-radio-button class="radioBtn styleBtn" style="border-left: 1px solid #CCCCCC;" label="2" border>导出个案汇总表.Excel</el-radio-button> </el-radio-group> </div>
data() { return { radioList: { label: 1, label: 2 }
}
}
methods: { radioChange(val){ console.log(val) }
}




A Vue.js 2.0 UI Toolkit for Web
最近提交(Master分支:1 个月前 )
c345bb45
1 年前
a07f3a59
* Update transition.md
* Update table.md
* Update transition.md
* Update table.md
* Update transition.md
* Update table.md
* Update table.md
* Update transition.md
* Update popover.md 1 年前
更多推荐
所有评论(0)