فهرست منبع

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