Commit 54a40c45 authored by 罗超's avatar 罗超

no message

parent 7931fed9
<style> <style>
@import '../../assets/css/customerManage.css'; @import '../../assets/css/customerManage.css';
.SelectedAccount_box{
display: flex;
flex-wrap: wrap;
}
.SelectedAccount{ .SelectedAccount{
margin: 5px; margin: 5px;
} }
...@@ -153,11 +157,13 @@ ...@@ -153,11 +157,13 @@
label="账号" label="账号"
show-overflow-tooltip> show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
<div class="SelectedAccount_box">
<el-tag class="SelectedAccount" <el-tag class="SelectedAccount"
v-for="(item,index) in scope.row.list" v-for="(item,index) in scope.row.list"
:key="index" closable :key="index" closable
@click="editAccount(item)" @click="editAccount(item)"
@close="handleClose(item)">{{item.Name}}</el-tag> @close="handleClose(item)">{{item.Name}}</el-tag>
</div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment