Vue

※前提条件:本文基于 Vue 2.0 创作

<el-table ref="sensorTable" :data="tableData" tooltip-effect="dark" height="255" style="width: 100%" @current-change="clickChange">
   <el-table-column label="选择" width="55">
     <template slot-scope="scope">
       <el-radio v-model="tableRadio" :label="scope.row"><i /></el-radio>
     </template>
   </el-table-column>

コメント:



(画像の文字列を入力して下さい)

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS