zhangback
2025-11-07 9faf49aeaf26cb22dda40c43ad98d91ef41eee0a
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;
}