diff --git a/src/views/projectLibrary/vehicleItemLibrary/VehicleItemLibrary.vue b/src/views/projectLibrary/vehicleItemLibrary/VehicleItemLibrary.vue index 3ce115be..fc25545d 100644 --- a/src/views/projectLibrary/vehicleItemLibrary/VehicleItemLibrary.vue +++ b/src/views/projectLibrary/vehicleItemLibrary/VehicleItemLibrary.vue @@ -76,6 +76,8 @@ :row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }" :pagination="ipagination" :scroll="{x: '100%', y: yScrollHeight}" + :operation-list="operationList" + @operationClick="operationClick" @change="handleTableChange"> @@ -87,29 +89,6 @@ - - @@ -171,7 +150,7 @@ export default { title: this.$t('operation'), fixed: 'right', width: 150, - scopedSlots: { customRender: 'operation' } + scopedSlots: { customRender: 'action' } } ], operationList: [