显示sort

This commit is contained in:
caoqianming 2021-03-31 11:34:33 +08:00
parent f3bd274cf5
commit 5bee04a33a
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@
:data="deptOptions"
:titles="['单位列表', '选择的单位']"
:props="{ key : 'id' , label: 'name' }"
/>
>
<span slot-scope="{ option }">{{ option.sort }} - {{ option.name }}</span>
</el-transfer>
</div>
<div style="text-align: right">
<el-button type="primary" @click="confirm()">确认</el-button>