<el-tagtype="warning"style="margin-right:10px;"@close="exitCheck(item,index)"v-for="(item,index) in addMsg.CategoryList":key="index"closable>{{item.Name}}</el-tag>
<divv-for="(item,index) in childList3":key="index"flex="dir:left box:first"class="cat-item">
<el-checkbox:label="item">
<spanstyle="display: none;">{{item.Name}}</span>
</el-checkbox>
<divflex="box:last cross:center">
<span>{{item.Name}}</span>
<iclass="el-icon-arrow-right"></i>
</div>
</div>
</el-checkbox-group>
</div>
</el-col>
</el-row>
<divclass="tag-box">
<el-tag@close="exitCheck(item)"v-for="(item,index) in addMsg.CategoryList":key="index"type="warning"closablestyle="margin-right:5px">{{item.Name}}</el-tag>