chore: update

This commit is contained in:
xiaoxian521
2022-07-18 16:07:03 +08:00
parent a73610672f
commit af71024f42
15 changed files with 2023 additions and 4590 deletions

View File

@@ -172,9 +172,9 @@ function onEdit(row?: onEditNRow) {
}
// 拷贝当前列表项的数据(字典类型)
const { clipboardRef } = useCopyToClipboard();
const { clipboardValue } = useCopyToClipboard();
const cellDBLClickEvent: VxeTableEvents.CellDblclick = ({ row }) => {
clipboardRef.value = unref(row).model;
clipboardValue.value = unref(row).model;
};
const xTable = ref({} as VxeTableInstance);