zhangback
2025-11-18 794057ab9c4e347eed13cdb85f9e3fb5f4956e91
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;
}