소스 검색

feat: 删除delivery表格点击功能

Jack Zhou 1 개월 전
부모
커밋
8d660d34a8
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/DestinationDelivery/src/components/TableView/src/TableView.vue

+ 0 - 1
src/views/DestinationDelivery/src/components/TableView/src/TableView.vue

@@ -357,7 +357,6 @@ defineExpose({
       ref="tableRef"
       v-vloading="tableLoadingTableData || tableLoadingColumn"
       :height="props.height"
-      @cell-dblclick="({ row }) => handleEdit(row)"
       :style="{ border: 'none' }"
       v-bind="tableData"
     >