第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會有你想問的

vue 表格中點(diǎn)擊表頭改變顏色,事件中改變的屬性,不能更新到樣式上

vue 表格中點(diǎn)擊表頭改變顏色,事件中改變的屬性,不能更新到樣式上

繁花不似錦 2018-12-11 13:19:57
實(shí)現(xiàn)點(diǎn)擊表頭改變背景顏色,active值改變反饋不到class屬性上?怎么修改?<div class="tableList">            <table border="" cellspacing="" cellpadding="">                <tr><th v-for="head in tableHeads" @click="orderBy(head)" :class="{active: head.active}">{{head.label}}</th></tr>                <tr v-for="item in tableData">                    <td v-for="head in tableHeads">{{ item[head.key] }}</td>                </tr>            </table>        </div>    methods :{            orderBy(headItem){                this.tableHeads.map((item) =>{                    item.active = false                    return item                })                headItem.active = true;            }        },    .tableList th.active{        background: #35495e;    }
查看完整描述

1 回答

  • 1 回答
  • 0 關(guān)注
  • 1739 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號