| | |
| | | import {filterChanged} from "@/hook"; |
| | | import {addListener, toolbarButtonClickEvent} from "@/hook/mouseMove" |
| | | import domZindex from 'dom-zindex' |
| | | import { VxeUI } from 'vxe-pc-ui' |
| | | |
| | | const { t } = useI18n() |
| | | const userStore = useUserInfoStore() |
| | | let selectRecords = ref(null) |
| | |
| | | |
| | | } |
| | | |
| | | |
| | | const handleCellDblClick = ({ row, column, cell, $event }) => { |
| | | VxeUI.clipboard.copy(row[column.property]) |
| | | } |
| | | |
| | | </script> |
| | | |
| | |
| | | height="100%" |
| | | size="small" |
| | | v-bind="detailGridOptions" |
| | | v-on="gridEventsDetail"> |
| | | v-on="gridEventsDetail" |
| | | @cell-dblclick="handleCellDblClick" |
| | | > |
| | | |
| | | <template #content="{ row }"> |
| | | <ul class="expand-wrapper"> |