浏览代码

feat: 取消Delivery表格双击进入编辑页面功能

Jack Zhou 1 月之前
父节点
当前提交
28cb8bf0fe
共有 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

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