how the table of iview changes the _ disable state of the current row
<Modal v-model="modal" width="50%" :mask-closable="false" @on-cancel="cancel">
<Card v-show="card1" :bordered="false" :dis-hover="true">
<Row>
<div style="width:100%">
<Table ref="table" highlight-row border :loading="loadingData" :columns="tables" :data="tableData"
height="500"
highlight-row="true" @on-select="checked"
@on-selection-change="selectOne"></Table>
</div>
</Row>
</Card>
</Modal
only the full marquee has changed after the current line row._disable = false has been changed