sen
2025-09-28 6de5073a4d9dc6aaeb706378a63641c19e7cddae
ui/admin-ui3/src/views/cwgl/smartLockerApplication/index.vue
@@ -383,7 +383,7 @@
  })
}
const handleEditBtn = (row, index) => {
const handleEditBtn = (row:any, index:any) => {
  crudRef.value.rowEdit(row, index)
  // option.value.editBtn = true;
}