Multiple selection button name

博客展示了代码内容 '%_S_MATNR_%_APP_%-VALU_PUSH',未提供更多相关信息。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

'%_S_MATNR_%_APP_%-VALU_PUSH'
<template> <el-drawer :destroy-on-close="true" title="权限设置" :visible.sync="authDrawer" size="30%" <div class="storeInfo"> <el-table border :data="gridData" ref="multipleTable" @row-click="singleElection" :header-cell-style="{ background: '#f0f0f0', }" > <!-- @selection-change="handleSelectionChange" --> <!-- <el-table-column type="selection" width="70" align="center" ></el-table-column> --> <el-table-column width="65"> <template slot-scope="scope"> <el-radio class="radio" v-model="templateSelection" :label="scope.$index"> </el-radio> </template> </el-table-column> <el-table-column prop="name" label="功能名称" min-width="200" align="center" ></el-table-column> </el-table> <div class="demo-drawer__footer"> <el-button @click="authDrawer = false">关闭</el-button> <el-button type="primary" @click="submitAuth" :loading="loading">{{ loading ? "提交中 ..." : "保存" }}</el-button> </div> </div> </el-drawer> </template> <script> import { inviteStoresSetPerm, inviteStoresGetPermInfo, } from "@/api/business/joinStores"; export default { name: "storeInfo", props: { row: { type: Object, default: () => {}, }, }, data() { return { gridData: [ { name: "暂停(用户端店铺不显示,店铺功能正常)", id: "1", }, { name: "关闭(专卖店权限临时关闭,普通店铺正常)", id: "2", }, { name: "取消(专卖店权限全部取消,降为普通店铺)", id: "3", }, { name: "正常(默认)", id: "4", }, ], templateSelection:'', multipleSelection: [], loading: false, authDrawer: false, }; },我想让我的el-radio给一个选中默认值应该怎么做
07-25
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值