update custom-transfer
This commit is contained in:
parent
9a7521e691
commit
d3eb9d8fbc
@ -7,7 +7,13 @@
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="custom-transfer">
|
<div class="custom-transfer">
|
||||||
<CustomTransferBox key="left" class="left-ctb" title="设备列表" />
|
<CustomTransferBox
|
||||||
|
key="left"
|
||||||
|
class="left-ctb"
|
||||||
|
title="设备列表"
|
||||||
|
:candidate-list="[]"
|
||||||
|
:selected-list="[]"
|
||||||
|
@selected-list-change="handleChange" />
|
||||||
<div
|
<div
|
||||||
class="btns"
|
class="btns"
|
||||||
style="
|
style="
|
||||||
@ -20,7 +26,13 @@
|
|||||||
<el-button style="margin: 0">></el-button>
|
<el-button style="margin: 0">></el-button>
|
||||||
<el-button style="margin: 0" disabled><</el-button>
|
<el-button style="margin: 0" disabled><</el-button>
|
||||||
</div>
|
</div>
|
||||||
<CustomTransferBox key="right" class="right-ctb" title="已选BOM" />
|
<CustomTransferBox
|
||||||
|
key="right"
|
||||||
|
class="right-ctb"
|
||||||
|
title="已选BOM"
|
||||||
|
:candidate-list="[]"
|
||||||
|
:selected-list="[]"
|
||||||
|
@selected-list-change="handleChange" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -87,6 +99,8 @@ export default {
|
|||||||
}
|
}
|
||||||
this.bomLoading = false;
|
this.bomLoading = false;
|
||||||
},
|
},
|
||||||
|
//
|
||||||
|
handleChange() {}
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user