瀏覽代碼

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"
     >