显示sort
This commit is contained in:
parent
f3bd274cf5
commit
5bee04a33a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue