<tr v-for="item in xxList">
// <td>
<td>{{item}}</td>
// 10 item 10 item
// 3
// td 33%
</tr>
I hope the effect is as follows:
<tr v-for="item in xxList">
// <td>
<td>{{item}}</td>
// 10 item 10 item
// 3
// td 33%
</tr>
I hope the effect is as follows:
I'm a rookie. I think maybe you need to change the original data to a two-dimensional array before rendering
tag. Do not use the table tr td
<div v-for="item in xxList" class="box">
<div class="content">{{item}}</div>
</div>
.box{
display: flex;
flex-warp: wrap;
}
.content{
width: 33%;
}
you can change your xxList into the form of [[A, B, C], [D, E, F]]
{{td}}</td>
</tr>
use table, in element-ui in vue when a field data is null, an error will be reported when it passes through that line or the data console. The code is for reference only. let List = {loading:false,maxheight:400,data:[{OrgName:null}]} <el-table ...
I want to use element table to click the left mouse button to select, click the ctrl+ mouse button to choose more, can you do it? I can do the left mouse button radio, mainly because the ctrl+ left mouse button will not ...
now you want to get the values of all the check boxes. The document in element has not found the corresponding method to get it. I don t want to get this value through dom. I hope God will give me some advice. Orz ...