Commit 4eab1c48 authored by youjie's avatar youjie

no message

parent 254fc4a7
......@@ -25,10 +25,14 @@
<td>{{item.Accountholder}}</td>
<td>{{item.TypeName}}</td>
<td style="white-space: warp;">
<el-tag size="mini" class="tagF" v-for="(i,indexs) in item.KingdeeList" :key="indexs"
<p v-for="(i,indexs) in item.KingdeeList" :key="indexs">
<span class="q-mr-xs">{{i.BranchName}}: </span>
<el-tag size="mini" class="tagF"
closable @close="Delete(item,i)">
{{i.KingdeeName}}
</el-tag>
</p>
</td>
<td width="150px">
<span class="a" style="cursor: pointer;color:blue;text-decoration:underline;margin-right: 5px"
......
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