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; }